Package odata.msgraph.client.beta.entity
Class PrivilegedRoleSettings
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.PrivilegedRoleSettings
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class PrivilegedRoleSettings extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrivilegedRoleSettings.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanapprovalOnElevationprotected List<String>approverIdsprotected StringapproverIdsNextLinkprotected DurationelevationDurationprotected BooleanisMfaOnElevationConfigurableprotected BooleanlastGlobalAdminprotected DurationmaxElavationDurationprotected BooleanmfaOnElevationprotected DurationminElevationDurationprotected BooleannotificationToUserOnElevationprotected BooleanticketingInfoOnElevation-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPrivilegedRoleSettings()
-
Method Summary
-
-
-
Field Detail
-
approvalOnElevation
protected Boolean approvalOnElevation
-
approverIdsNextLink
protected String approverIdsNextLink
-
elevationDuration
protected Duration elevationDuration
-
isMfaOnElevationConfigurable
protected Boolean isMfaOnElevationConfigurable
-
lastGlobalAdmin
protected Boolean lastGlobalAdmin
-
maxElavationDuration
protected Duration maxElavationDuration
-
mfaOnElevation
protected Boolean mfaOnElevation
-
minElevationDuration
protected Duration minElevationDuration
-
notificationToUserOnElevation
protected Boolean notificationToUserOnElevation
-
ticketingInfoOnElevation
protected Boolean ticketingInfoOnElevation
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderPrivilegedRoleSettings
public static PrivilegedRoleSettings.Builder builderPrivilegedRoleSettings()
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
-
withApprovalOnElevation
public PrivilegedRoleSettings withApprovalOnElevation(Boolean approvalOnElevation)
-
getApproverIds
public com.github.davidmoten.odata.client.CollectionPage<String> getApproverIds()
-
withApproverIds
public PrivilegedRoleSettings withApproverIds(List<String> approverIds)
-
getApproverIds
public com.github.davidmoten.odata.client.CollectionPage<String> getApproverIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withElevationDuration
public PrivilegedRoleSettings withElevationDuration(Duration elevationDuration)
-
withIsMfaOnElevationConfigurable
public PrivilegedRoleSettings withIsMfaOnElevationConfigurable(Boolean isMfaOnElevationConfigurable)
-
withLastGlobalAdmin
public PrivilegedRoleSettings withLastGlobalAdmin(Boolean lastGlobalAdmin)
-
withMaxElavationDuration
public PrivilegedRoleSettings withMaxElavationDuration(Duration maxElavationDuration)
-
withMfaOnElevation
public PrivilegedRoleSettings withMfaOnElevation(Boolean mfaOnElevation)
-
withMinElevationDuration
public PrivilegedRoleSettings withMinElevationDuration(Duration minElevationDuration)
-
withNotificationToUserOnElevation
public PrivilegedRoleSettings withNotificationToUserOnElevation(Boolean notificationToUserOnElevation)
-
withTicketingInfoOnElevation
public PrivilegedRoleSettings withTicketingInfoOnElevation(Boolean ticketingInfoOnElevation)
-
withUnmappedField
public PrivilegedRoleSettings 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 PrivilegedRoleSettings patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public PrivilegedRoleSettings put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-