public class ManagedAppPolicyDeploymentSummary extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedAppPolicyDeploymentSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
configurationDeployedUserCount |
protected List<ManagedAppPolicyDeploymentSummaryPerApp> |
configurationDeploymentSummaryPerApp |
protected String |
configurationDeploymentSummaryPerAppNextLink |
protected String |
displayName |
protected OffsetDateTime |
lastRefreshTime |
protected String |
version |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ManagedAppPolicyDeploymentSummary() |
| Modifier and Type | Method and Description |
|---|---|
static ManagedAppPolicyDeploymentSummary.Builder |
builderManagedAppPolicyDeploymentSummary()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Integer> |
getConfigurationDeployedUserCount() |
com.github.davidmoten.odata.client.CollectionPage<ManagedAppPolicyDeploymentSummaryPerApp> |
getConfigurationDeploymentSummaryPerApp() |
com.github.davidmoten.odata.client.CollectionPage<ManagedAppPolicyDeploymentSummaryPerApp> |
getConfigurationDeploymentSummaryPerApp(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getDisplayName() |
Optional<OffsetDateTime> |
getLastRefreshTime() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getVersion()
“Version of the entity.”
|
String |
odataTypeName() |
ManagedAppPolicyDeploymentSummary |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ManagedAppPolicyDeploymentSummary |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ManagedAppPolicyDeploymentSummary |
withConfigurationDeployedUserCount(Integer configurationDeployedUserCount) |
ManagedAppPolicyDeploymentSummary |
withDisplayName(String displayName) |
ManagedAppPolicyDeploymentSummary |
withLastRefreshTime(OffsetDateTime lastRefreshTime) |
ManagedAppPolicyDeploymentSummary |
withVersion(String version)
Returns an immutable copy of
this with just the version field
changed. |
protected String displayName
protected Integer configurationDeployedUserCount
protected OffsetDateTime lastRefreshTime
protected List<ManagedAppPolicyDeploymentSummaryPerApp> configurationDeploymentSummaryPerApp
protected String configurationDeploymentSummaryPerAppNextLink
protected String version
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static ManagedAppPolicyDeploymentSummary.Builder builderManagedAppPolicyDeploymentSummary()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic ManagedAppPolicyDeploymentSummary withDisplayName(String displayName)
public ManagedAppPolicyDeploymentSummary withConfigurationDeployedUserCount(Integer configurationDeployedUserCount)
public Optional<OffsetDateTime> getLastRefreshTime()
public ManagedAppPolicyDeploymentSummary withLastRefreshTime(OffsetDateTime lastRefreshTime)
public com.github.davidmoten.odata.client.CollectionPage<ManagedAppPolicyDeploymentSummaryPerApp> getConfigurationDeploymentSummaryPerApp()
public com.github.davidmoten.odata.client.CollectionPage<ManagedAppPolicyDeploymentSummaryPerApp> getConfigurationDeploymentSummaryPerApp(com.github.davidmoten.odata.client.HttpRequestOptions options)
public ManagedAppPolicyDeploymentSummary withVersion(String version)
this with just the version field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Version of the entity.”
version - new value of version field (as defined in service metadata)this with just the version field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ManagedAppPolicyDeploymentSummary patch()
this with changed fields reset.public ManagedAppPolicyDeploymentSummary put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.