public class OrganizationInfo extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
OrganizationInfo.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected OrganizationType |
instanceType |
protected String |
odataType |
protected List<Solution> |
solutions |
protected String |
solutionsNextLink |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
OrganizationInfo() |
| Modifier and Type | Method and Description |
|---|---|
static OrganizationInfo.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<OrganizationType> |
getInstanceType() |
com.github.davidmoten.odata.client.CollectionPage<Solution> |
getSolutions() |
com.github.davidmoten.odata.client.CollectionPage<Solution> |
getSolutions(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
OrganizationInfo |
withInstanceType(OrganizationType instanceType) |
OrganizationInfo |
withUnmappedField(String name,
String value) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected OrganizationType instanceType
protected String solutionsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<OrganizationType> getInstanceType()
public OrganizationInfo withInstanceType(OrganizationType instanceType)
public com.github.davidmoten.odata.client.CollectionPage<Solution> getSolutions()
public com.github.davidmoten.odata.client.CollectionPage<Solution> getSolutions(com.github.davidmoten.odata.client.HttpRequestOptions options)
public OrganizationInfo withUnmappedField(String name, String value)
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static OrganizationInfo.Builder builder()
Copyright © 2018–2020. All rights reserved.