Package odata.msgraph.client.entity
Class PrivilegedAccessGroupAssignmentScheduleInstance
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.PrivilegedAccessScheduleInstance
-
- odata.msgraph.client.entity.PrivilegedAccessGroupAssignmentScheduleInstance
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class PrivilegedAccessGroupAssignmentScheduleInstance extends PrivilegedAccessScheduleInstance implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrivilegedAccessGroupAssignmentScheduleInstance.Builder
-
Field Summary
Fields Modifier and Type Field Description protected PrivilegedAccessGroupRelationshipsaccessIdprotected StringassignmentScheduleIdprotected PrivilegedAccessGroupAssignmentTypeassignmentTypeprotected StringgroupIdprotected PrivilegedAccessGroupMemberTypememberTypeprotected StringprincipalId-
Fields inherited from class odata.msgraph.client.entity.PrivilegedAccessScheduleInstance
endDateTime, startDateTime
-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPrivilegedAccessGroupAssignmentScheduleInstance()
-
Method Summary
-
Methods inherited from class odata.msgraph.client.entity.PrivilegedAccessScheduleInstance
getEndDateTime, getStartDateTime, withEndDateTime, withStartDateTime
-
-
-
-
Field Detail
-
accessId
protected PrivilegedAccessGroupRelationships accessId
-
assignmentScheduleId
protected String assignmentScheduleId
-
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 classPrivilegedAccessScheduleInstance
-
builderPrivilegedAccessGroupAssignmentScheduleInstance
public static PrivilegedAccessGroupAssignmentScheduleInstance.Builder builderPrivilegedAccessGroupAssignmentScheduleInstance()
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 classPrivilegedAccessScheduleInstance
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classPrivilegedAccessScheduleInstance
-
getAccessId
public Optional<PrivilegedAccessGroupRelationships> getAccessId()
-
withAccessId
public PrivilegedAccessGroupAssignmentScheduleInstance withAccessId(PrivilegedAccessGroupRelationships accessId)
-
withAssignmentScheduleId
public PrivilegedAccessGroupAssignmentScheduleInstance withAssignmentScheduleId(String assignmentScheduleId)
-
getAssignmentType
public Optional<PrivilegedAccessGroupAssignmentType> getAssignmentType()
-
withAssignmentType
public PrivilegedAccessGroupAssignmentScheduleInstance withAssignmentType(PrivilegedAccessGroupAssignmentType assignmentType)
-
withGroupId
public PrivilegedAccessGroupAssignmentScheduleInstance withGroupId(String groupId)
-
getMemberType
public Optional<PrivilegedAccessGroupMemberType> getMemberType()
-
withMemberType
public PrivilegedAccessGroupAssignmentScheduleInstance withMemberType(PrivilegedAccessGroupMemberType memberType)
-
withPrincipalId
public PrivilegedAccessGroupAssignmentScheduleInstance withPrincipalId(String principalId)
-
withUnmappedField
public PrivilegedAccessGroupAssignmentScheduleInstance withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classPrivilegedAccessScheduleInstance
-
getActivatedUsing
public PrivilegedAccessGroupEligibilityScheduleInstanceRequest 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 classPrivilegedAccessScheduleInstance
-
patch
public PrivilegedAccessGroupAssignmentScheduleInstance patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classPrivilegedAccessScheduleInstance- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public PrivilegedAccessGroupAssignmentScheduleInstance put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classPrivilegedAccessScheduleInstance- 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 classPrivilegedAccessScheduleInstance
-
-