public class TargetedManagedAppConfiguration extends ManagedAppConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
TargetedManagedAppConfiguration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
deployedAppCount |
protected Boolean |
isAssigned |
customSettings, customSettingsNextLinkcreatedDateTime, description, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
TargetedManagedAppConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
assign(List<TargetedManagedAppPolicyAssignment> assignments) |
static TargetedManagedAppConfiguration.Builder |
builderTargetedManagedAppConfiguration()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
ManagedMobileAppCollectionRequest |
getApps()
“List of apps to which the policy is deployed.”
|
TargetedManagedAppPolicyAssignmentCollectionRequest |
getAssignments()
“Navigation property to list of inclusion and exclusion groups to which the
policy is deployed.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Integer> |
getDeployedAppCount()
“Count of apps to which the current policy is deployed.”
|
ManagedAppPolicyDeploymentSummaryRequest |
getDeploymentSummary()
“Navigation property to deployment summary of the configuration.”
|
Optional<Boolean> |
getIsAssigned()
“Indicates if the policy is deployed to any inclusion groups or not.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
TargetedManagedAppConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
TargetedManagedAppConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
targetApps(List<ManagedMobileApp> apps) |
String |
toString() |
TargetedManagedAppConfiguration |
withDeployedAppCount(Integer deployedAppCount)
Returns an immutable copy of
this with just the deployedAppCount
field changed. |
TargetedManagedAppConfiguration |
withIsAssigned(Boolean isAssigned)
Returns an immutable copy of
this with just the isAssigned field
changed. |
getCustomSettingsgetCreatedDateTime, getDescription, getDisplayName, getLastModifiedDateTime, getRoleScopeTagIds, getVersion, withCreatedDateTime, withDescription, withDisplayName, withLastModifiedDateTime, withVersionprotected Integer deployedAppCount
protected Boolean isAssigned
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ManagedAppConfigurationpublic static TargetedManagedAppConfiguration.Builder builderTargetedManagedAppConfiguration()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class ManagedAppConfigurationpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ManagedAppConfigurationpublic Optional<Integer> getDeployedAppCount()
public TargetedManagedAppConfiguration withDeployedAppCount(Integer deployedAppCount)
this with just the deployedAppCount
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.
“Count of apps to which the current policy is deployed.”
deployedAppCount - new value of deployedAppCount field (as defined in service metadata)this with just the deployedAppCount field changedpublic Optional<Boolean> getIsAssigned()
public TargetedManagedAppConfiguration withIsAssigned(Boolean isAssigned)
this with just the isAssigned 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.
“Indicates if the policy is deployed to any inclusion groups or not.”
isAssigned - new value of isAssigned field (as defined in service metadata)this with just the isAssigned field changedpublic ManagedMobileAppCollectionRequest getApps()
public ManagedAppPolicyDeploymentSummaryRequest getDeploymentSummary()
public TargetedManagedAppPolicyAssignmentCollectionRequest getAssignments()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ManagedAppConfigurationpublic TargetedManagedAppConfiguration patch()
this with changed fields reset.patch in class ManagedAppConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic TargetedManagedAppConfiguration put()
this
with changed fields reset (they were ignored anyway).put in class ManagedAppConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic com.github.davidmoten.odata.client.ActionRequestNoReturn assign(List<TargetedManagedAppPolicyAssignment> assignments)
public com.github.davidmoten.odata.client.ActionRequestNoReturn targetApps(List<ManagedMobileApp> apps)
targetApps in class ManagedAppPolicypublic String toString()
toString in class ManagedAppConfigurationCopyright © 2018–2020. All rights reserved.