public class ManagedAppPolicyDeploymentSummaryPerApp extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedAppPolicyDeploymentSummaryPerApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
configurationAppliedUserCount |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected MobileAppIdentifier |
mobileAppIdentifier |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ManagedAppPolicyDeploymentSummaryPerApp() |
| Modifier and Type | Method and Description |
|---|---|
static ManagedAppPolicyDeploymentSummaryPerApp.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getConfigurationAppliedUserCount()
“Number of users the policy is applied.”
|
Optional<MobileAppIdentifier> |
getMobileAppIdentifier()
“Deployment of an app.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ManagedAppPolicyDeploymentSummaryPerApp |
withConfigurationAppliedUserCount(Integer configurationAppliedUserCount)
Returns an immutable copy of
this with just the configurationAppliedUserCount field changed. |
ManagedAppPolicyDeploymentSummaryPerApp |
withMobileAppIdentifier(MobileAppIdentifier mobileAppIdentifier)
Returns an immutable copy of
this with just the mobileAppIdentifier field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected MobileAppIdentifier mobileAppIdentifier
protected Integer configurationAppliedUserCount
protected ManagedAppPolicyDeploymentSummaryPerApp()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<MobileAppIdentifier> getMobileAppIdentifier()
public ManagedAppPolicyDeploymentSummaryPerApp withMobileAppIdentifier(MobileAppIdentifier mobileAppIdentifier)
this with just the mobileAppIdentifier 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.
“Deployment of an app.”
mobileAppIdentifier - new value of mobileAppIdentifier field (as defined in service metadata)this with just the mobileAppIdentifier field changedpublic Optional<Integer> getConfigurationAppliedUserCount()
public ManagedAppPolicyDeploymentSummaryPerApp withConfigurationAppliedUserCount(Integer configurationAppliedUserCount)
this with just the configurationAppliedUserCount 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.
“Number of users the policy is applied.”
configurationAppliedUserCount - new value of configurationAppliedUserCount field (as defined in service metadata)this with just the configurationAppliedUserCount field changedpublic com.github.davidmoten.odata.client.internal.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 ManagedAppPolicyDeploymentSummaryPerApp.Builder builder()
Copyright © 2018–2020. All rights reserved.