Package microsoft.dynamics.crm.complex
Class OrganizationResources
- java.lang.Object
-
- microsoft.dynamics.crm.complex.OrganizationResources
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class OrganizationResources extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrganizationResources.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected IntegercurrentNumberOfActiveUsersprotected IntegercurrentNumberOfCustomEntitiesprotected IntegercurrentNumberOfNonInteractiveUsersprotected IntegercurrentNumberOfPublishedWorkflowsprotected IntegercurrentStorageprotected IntegermaxNumberOfActiveUsersprotected IntegermaxNumberOfCustomEntitiesprotected IntegermaxNumberOfNonInteractiveUsersprotected IntegermaxNumberOfPublishedWorkflowsprotected IntegermaxStorageprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedOrganizationResources()
-
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
-
currentNumberOfActiveUsers
protected Integer currentNumberOfActiveUsers
-
maxNumberOfActiveUsers
protected Integer maxNumberOfActiveUsers
-
currentNumberOfNonInteractiveUsers
protected Integer currentNumberOfNonInteractiveUsers
-
maxNumberOfNonInteractiveUsers
protected Integer maxNumberOfNonInteractiveUsers
-
currentNumberOfCustomEntities
protected Integer currentNumberOfCustomEntities
-
maxNumberOfCustomEntities
protected Integer maxNumberOfCustomEntities
-
currentNumberOfPublishedWorkflows
protected Integer currentNumberOfPublishedWorkflows
-
maxNumberOfPublishedWorkflows
protected Integer maxNumberOfPublishedWorkflows
-
currentStorage
protected Integer currentStorage
-
maxStorage
protected Integer maxStorage
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withCurrentNumberOfActiveUsers
public OrganizationResources withCurrentNumberOfActiveUsers(Integer currentNumberOfActiveUsers)
-
withMaxNumberOfActiveUsers
public OrganizationResources withMaxNumberOfActiveUsers(Integer maxNumberOfActiveUsers)
-
getCurrentNumberOfNonInteractiveUsers
public Optional<Integer> getCurrentNumberOfNonInteractiveUsers()
-
withCurrentNumberOfNonInteractiveUsers
public OrganizationResources withCurrentNumberOfNonInteractiveUsers(Integer currentNumberOfNonInteractiveUsers)
-
withMaxNumberOfNonInteractiveUsers
public OrganizationResources withMaxNumberOfNonInteractiveUsers(Integer maxNumberOfNonInteractiveUsers)
-
withCurrentNumberOfCustomEntities
public OrganizationResources withCurrentNumberOfCustomEntities(Integer currentNumberOfCustomEntities)
-
withMaxNumberOfCustomEntities
public OrganizationResources withMaxNumberOfCustomEntities(Integer maxNumberOfCustomEntities)
-
getCurrentNumberOfPublishedWorkflows
public Optional<Integer> getCurrentNumberOfPublishedWorkflows()
-
withCurrentNumberOfPublishedWorkflows
public OrganizationResources withCurrentNumberOfPublishedWorkflows(Integer currentNumberOfPublishedWorkflows)
-
withMaxNumberOfPublishedWorkflows
public OrganizationResources withMaxNumberOfPublishedWorkflows(Integer maxNumberOfPublishedWorkflows)
-
withCurrentStorage
public OrganizationResources withCurrentStorage(Integer currentStorage)
-
withMaxStorage
public OrganizationResources withMaxStorage(Integer maxStorage)
-
withUnmappedField
public OrganizationResources 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 OrganizationResources.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
-
-