Package odata.msgraph.client.entity
Class PrivilegedAccessGroupAssignmentSchedule
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.PrivilegedAccessSchedule
-
- odata.msgraph.client.entity.PrivilegedAccessGroupAssignmentSchedule
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class PrivilegedAccessGroupAssignmentSchedule extends PrivilegedAccessSchedule implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrivilegedAccessGroupAssignmentSchedule.Builder
-
Field Summary
Fields Modifier and Type Field Description protected PrivilegedAccessGroupRelationshipsaccessIdprotected PrivilegedAccessGroupAssignmentTypeassignmentTypeprotected StringgroupIdprotected PrivilegedAccessGroupMemberTypememberTypeprotected StringprincipalId-
Fields inherited from class odata.msgraph.client.entity.PrivilegedAccessSchedule
createdDateTime, createdUsing, modifiedDateTime, scheduleInfo, status
-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPrivilegedAccessGroupAssignmentSchedule()
-
Method Summary
-
Methods inherited from class odata.msgraph.client.entity.PrivilegedAccessSchedule
getCreatedDateTime, getCreatedUsing, getModifiedDateTime, getScheduleInfo, getStatus, withCreatedDateTime, withCreatedUsing, withModifiedDateTime, withScheduleInfo, withStatus
-
-
-
-
Field Detail
-
accessId
protected PrivilegedAccessGroupRelationships accessId
-
assignmentType
protected PrivilegedAccessGroupAssignmentType assignmentType
-
groupId
protected String groupId
-
memberType
protected PrivilegedAccessGroupMemberType memberType
-
principalId
protected String principalId
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classPrivilegedAccessSchedule
-
builderPrivilegedAccessGroupAssignmentSchedule
public static PrivilegedAccessGroupAssignmentSchedule.Builder builderPrivilegedAccessGroupAssignmentSchedule()
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 classPrivilegedAccessSchedule
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classPrivilegedAccessSchedule
-
getAccessId
public Optional<PrivilegedAccessGroupRelationships> getAccessId()
-
withAccessId
public PrivilegedAccessGroupAssignmentSchedule withAccessId(PrivilegedAccessGroupRelationships accessId)
-
getAssignmentType
public Optional<PrivilegedAccessGroupAssignmentType> getAssignmentType()
-
withAssignmentType
public PrivilegedAccessGroupAssignmentSchedule withAssignmentType(PrivilegedAccessGroupAssignmentType assignmentType)
-
withGroupId
public PrivilegedAccessGroupAssignmentSchedule withGroupId(String groupId)
-
getMemberType
public Optional<PrivilegedAccessGroupMemberType> getMemberType()
-
withMemberType
public PrivilegedAccessGroupAssignmentSchedule withMemberType(PrivilegedAccessGroupMemberType memberType)
-
withPrincipalId
public PrivilegedAccessGroupAssignmentSchedule withPrincipalId(String principalId)
-
withUnmappedField
public PrivilegedAccessGroupAssignmentSchedule withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classPrivilegedAccessSchedule
-
getActivatedUsing
public PrivilegedAccessGroupEligibilityScheduleRequest getActivatedUsing()
-
getGroup
public GroupRequest getGroup()
-
getPrincipal
public DirectoryObjectRequest getPrincipal()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classPrivilegedAccessSchedule
-
patch
public PrivilegedAccessGroupAssignmentSchedule patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classPrivilegedAccessSchedule- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public PrivilegedAccessGroupAssignmentSchedule put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classPrivilegedAccessSchedule- 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 classPrivilegedAccessSchedule
-
-