public static class OtherTypeSymbolDTO.OtherTypeSymbolDTOBuilder extends Object
Constructor and Description |
---|
OtherTypeSymbolDTOBuilder() |
Modifier and Type | Method and Description |
---|---|
OtherTypeSymbolDTO |
build() |
OtherTypeSymbolDTO.OtherTypeSymbolDTOBuilder |
setCompletionItem(org.eclipse.lsp4j.CompletionItem completionItem) |
OtherTypeSymbolDTO.OtherTypeSymbolDTOBuilder |
setFields(String fields) |
OtherTypeSymbolDTO.OtherTypeSymbolDTOBuilder |
setId(int id) |
OtherTypeSymbolDTO.OtherTypeSymbolDTOBuilder |
setName(String name) |
OtherTypeSymbolDTO.OtherTypeSymbolDTOBuilder |
setPackageId(int packageId) |
public OtherTypeSymbolDTO.OtherTypeSymbolDTOBuilder setId(int id)
public OtherTypeSymbolDTO.OtherTypeSymbolDTOBuilder setPackageId(int packageId)
public OtherTypeSymbolDTO.OtherTypeSymbolDTOBuilder setName(String name)
public OtherTypeSymbolDTO.OtherTypeSymbolDTOBuilder setFields(String fields)
public OtherTypeSymbolDTO.OtherTypeSymbolDTOBuilder setCompletionItem(org.eclipse.lsp4j.CompletionItem completionItem)
public OtherTypeSymbolDTO build()
Copyright © 2019 WSO2. All rights reserved.