Package odata.msgraph.client.beta.entity
Class ManagedAppPolicyDeploymentSummary
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.ManagedAppPolicyDeploymentSummary
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class ManagedAppPolicyDeploymentSummary extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
“The ManagedAppEntity is the base entity type for all other entity types under app management workflow.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManagedAppPolicyDeploymentSummary.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegerconfigurationDeployedUserCountprotected List<ManagedAppPolicyDeploymentSummaryPerApp>configurationDeploymentSummaryPerAppprotected StringconfigurationDeploymentSummaryPerAppNextLinkprotected StringdisplayNameprotected OffsetDateTimelastRefreshTimeprotected Stringversion-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedManagedAppPolicyDeploymentSummary()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedAppPolicyDeploymentSummary.BuilderbuilderManagedAppPolicyDeploymentSummary()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<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.UnmappedFieldsgetUnmappedFields()Optional<String>getVersion()“Version of the entity.”StringodataTypeName()ManagedAppPolicyDeploymentSummarypatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)ManagedAppPolicyDeploymentSummaryput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()ManagedAppPolicyDeploymentSummarywithConfigurationDeployedUserCount(Integer configurationDeployedUserCount)ManagedAppPolicyDeploymentSummarywithConfigurationDeploymentSummaryPerApp(List<ManagedAppPolicyDeploymentSummaryPerApp> configurationDeploymentSummaryPerApp)ManagedAppPolicyDeploymentSummarywithDisplayName(String displayName)ManagedAppPolicyDeploymentSummarywithLastRefreshTime(OffsetDateTime lastRefreshTime)ManagedAppPolicyDeploymentSummarywithUnmappedField(String name, String value)ManagedAppPolicyDeploymentSummarywithVersion(String version)Returns an immutable copy ofthiswith just theversionfield changed.
-
-
-
Field Detail
-
configurationDeployedUserCount
protected Integer configurationDeployedUserCount
-
configurationDeploymentSummaryPerApp
protected List<ManagedAppPolicyDeploymentSummaryPerApp> configurationDeploymentSummaryPerApp
-
configurationDeploymentSummaryPerAppNextLink
protected String configurationDeploymentSummaryPerAppNextLink
-
displayName
protected String displayName
-
lastRefreshTime
protected OffsetDateTime lastRefreshTime
-
version
protected String version
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderManagedAppPolicyDeploymentSummary
public static ManagedAppPolicyDeploymentSummary.Builder builderManagedAppPolicyDeploymentSummary()
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 classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withConfigurationDeployedUserCount
public ManagedAppPolicyDeploymentSummary withConfigurationDeployedUserCount(Integer configurationDeployedUserCount)
-
getConfigurationDeploymentSummaryPerApp
public com.github.davidmoten.odata.client.CollectionPage<ManagedAppPolicyDeploymentSummaryPerApp> getConfigurationDeploymentSummaryPerApp()
-
withConfigurationDeploymentSummaryPerApp
public ManagedAppPolicyDeploymentSummary withConfigurationDeploymentSummaryPerApp(List<ManagedAppPolicyDeploymentSummaryPerApp> configurationDeploymentSummaryPerApp)
-
getConfigurationDeploymentSummaryPerApp
public com.github.davidmoten.odata.client.CollectionPage<ManagedAppPolicyDeploymentSummaryPerApp> getConfigurationDeploymentSummaryPerApp(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withDisplayName
public ManagedAppPolicyDeploymentSummary withDisplayName(String displayName)
-
getLastRefreshTime
public Optional<OffsetDateTime> getLastRefreshTime()
-
withLastRefreshTime
public ManagedAppPolicyDeploymentSummary withLastRefreshTime(OffsetDateTime lastRefreshTime)
-
withVersion
public ManagedAppPolicyDeploymentSummary withVersion(String version)
Returns an immutable copy ofthiswith just theversionfield 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.“Version of the entity.”
- Parameters:
version- new value ofversionfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theversionfield changed
-
withUnmappedField
public ManagedAppPolicyDeploymentSummary withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public ManagedAppPolicyDeploymentSummary patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public ManagedAppPolicyDeploymentSummary put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-