public class OrganizationResources extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
OrganizationResources.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
currentNumberOfActiveUsers |
protected Integer |
currentNumberOfCustomEntities |
protected Integer |
currentNumberOfNonInteractiveUsers |
protected Integer |
currentNumberOfPublishedWorkflows |
protected Integer |
currentStorage |
protected Integer |
maxNumberOfActiveUsers |
protected Integer |
maxNumberOfCustomEntities |
protected Integer |
maxNumberOfNonInteractiveUsers |
protected Integer |
maxNumberOfPublishedWorkflows |
protected Integer |
maxStorage |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
OrganizationResources() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected Integer currentNumberOfActiveUsers
protected Integer maxNumberOfActiveUsers
protected Integer currentNumberOfNonInteractiveUsers
protected Integer maxNumberOfNonInteractiveUsers
protected Integer currentNumberOfCustomEntities
protected Integer maxNumberOfCustomEntities
protected Integer currentNumberOfPublishedWorkflows
protected Integer maxNumberOfPublishedWorkflows
protected Integer currentStorage
protected Integer maxStorage
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic OrganizationResources withCurrentNumberOfActiveUsers(Integer currentNumberOfActiveUsers)
public OrganizationResources withMaxNumberOfActiveUsers(Integer maxNumberOfActiveUsers)
public Optional<Integer> getCurrentNumberOfNonInteractiveUsers()
public OrganizationResources withCurrentNumberOfNonInteractiveUsers(Integer currentNumberOfNonInteractiveUsers)
public OrganizationResources withMaxNumberOfNonInteractiveUsers(Integer maxNumberOfNonInteractiveUsers)
public OrganizationResources withCurrentNumberOfCustomEntities(Integer currentNumberOfCustomEntities)
public OrganizationResources withMaxNumberOfCustomEntities(Integer maxNumberOfCustomEntities)
public Optional<Integer> getCurrentNumberOfPublishedWorkflows()
public OrganizationResources withCurrentNumberOfPublishedWorkflows(Integer currentNumberOfPublishedWorkflows)
public OrganizationResources withMaxNumberOfPublishedWorkflows(Integer maxNumberOfPublishedWorkflows)
public OrganizationResources withCurrentStorage(Integer currentStorage)
public OrganizationResources withMaxStorage(Integer maxStorage)
public OrganizationResources 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 OrganizationResources.Builder builder()
Copyright © 2018–2021. All rights reserved.