Package microsoft.dynamics.crm.complex
Class OrganizationDetail
- java.lang.Object
-
- microsoft.dynamics.crm.complex.OrganizationDetail
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class OrganizationDetail extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrganizationDetail.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected EndpointCollectionendpointsprotected StringenvironmentIdprotected StringfriendlyNameprotected Stringgeoprotected StringodataTypeprotected UUIDorganizationIdprotected StringorganizationVersionprotected OrganizationStatestateprotected StringtenantIdprotected StringuniqueNameprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected StringurlName
-
Constructor Summary
Constructors Modifier Constructor Description protectedOrganizationDetail()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
organizationId
protected UUID organizationId
-
friendlyName
protected String friendlyName
-
organizationVersion
protected String organizationVersion
-
environmentId
protected String environmentId
-
geo
protected String geo
-
tenantId
protected String tenantId
-
urlName
protected String urlName
-
uniqueName
protected String uniqueName
-
endpoints
protected EndpointCollection endpoints
-
state
protected OrganizationState state
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withOrganizationId
public OrganizationDetail withOrganizationId(UUID organizationId)
-
withFriendlyName
public OrganizationDetail withFriendlyName(String friendlyName)
-
withOrganizationVersion
public OrganizationDetail withOrganizationVersion(String organizationVersion)
-
withEnvironmentId
public OrganizationDetail withEnvironmentId(String environmentId)
-
withGeo
public OrganizationDetail withGeo(String geo)
-
withTenantId
public OrganizationDetail withTenantId(String tenantId)
-
withUrlName
public OrganizationDetail withUrlName(String urlName)
-
withUniqueName
public OrganizationDetail withUniqueName(String uniqueName)
-
getEndpoints
public Optional<EndpointCollection> getEndpoints()
-
withEndpoints
public OrganizationDetail withEndpoints(EndpointCollection endpoints)
-
getState
public Optional<OrganizationState> getState()
-
withState
public OrganizationDetail withState(OrganizationState state)
-
withUnmappedField
public OrganizationDetail withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static OrganizationDetail.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-