Package odata.msgraph.client.beta.entity
Class MobileAppPolicySetItem
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.PolicySetItem
-
- odata.msgraph.client.beta.entity.MobileAppPolicySetItem
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class MobileAppPolicySetItem extends PolicySetItem implements com.github.davidmoten.odata.client.ODataEntityType
“A class containing the properties used for mobile app PolicySetItem.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMobileAppPolicySetItem.Builder
-
Field Summary
Fields Modifier and Type Field Description protected InstallIntentintentprotected MobileAppAssignmentSettingssettings-
Fields inherited from class odata.msgraph.client.beta.entity.PolicySetItem
createdDateTime, displayName, errorCode, guidedDeploymentTags, guidedDeploymentTagsNextLink, itemType, lastModifiedDateTime, payloadId, status
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMobileAppPolicySetItem()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MobileAppPolicySetItem.BuilderbuilderMobileAppPolicySetItem()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.ChangedFieldsgetChangedFields()Optional<InstallIntent>getIntent()“Install intent of the MobileAppPolicySetItem.”Optional<MobileAppAssignmentSettings>getSettings()“Settings of the MobileAppPolicySetItem.”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()MobileAppPolicySetItempatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)MobileAppPolicySetItemput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()MobileAppPolicySetItemwithIntent(InstallIntent intent)Returns an immutable copy ofthiswith just theintentfield changed.MobileAppPolicySetItemwithSettings(MobileAppAssignmentSettings settings)Returns an immutable copy ofthiswith just thesettingsfield changed.MobileAppPolicySetItemwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.entity.PolicySetItem
getCreatedDateTime, getDisplayName, getErrorCode, getGuidedDeploymentTags, getGuidedDeploymentTags, getItemType, getLastModifiedDateTime, getPayloadId, getStatus, withCreatedDateTime, withDisplayName, withErrorCode, withGuidedDeploymentTags, withItemType, withLastModifiedDateTime, withPayloadId, withStatus
-
-
-
-
Field Detail
-
intent
protected InstallIntent intent
-
settings
protected MobileAppAssignmentSettings settings
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classPolicySetItem
-
builderMobileAppPolicySetItem
public static MobileAppPolicySetItem.Builder builderMobileAppPolicySetItem()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classPolicySetItem
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classPolicySetItem
-
getIntent
public Optional<InstallIntent> getIntent()
“Install intent of the MobileAppPolicySetItem.”- Returns:
- property intent
-
withIntent
public MobileAppPolicySetItem withIntent(InstallIntent intent)
Returns an immutable copy ofthiswith just theintentfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Install intent of the MobileAppPolicySetItem.”
- Parameters:
intent- new value ofintentfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theintentfield changed
-
getSettings
public Optional<MobileAppAssignmentSettings> getSettings()
“Settings of the MobileAppPolicySetItem.”- Returns:
- property settings
-
withSettings
public MobileAppPolicySetItem withSettings(MobileAppAssignmentSettings settings)
Returns an immutable copy ofthiswith just thesettingsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Settings of the MobileAppPolicySetItem.”
- Parameters:
settings- new value ofsettingsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thesettingsfield changed
-
withUnmappedField
public MobileAppPolicySetItem withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classPolicySetItem
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classPolicySetItem
-
patch
public MobileAppPolicySetItem patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classPolicySetItem- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public MobileAppPolicySetItem put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classPolicySetItem- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classPolicySetItem
-
-