Package com.microsoft.graph.models
Class UnifiedRoleAssignmentSchedule
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UnifiedRoleScheduleBase
com.microsoft.graph.models.UnifiedRoleAssignmentSchedule
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UnifiedRoleAssignmentSchedule
extends UnifiedRoleScheduleBase
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Unified Role Assignment Schedule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Activated Using.The Assignment Type.The Member Type.The Schedule Info.Fields inherited from class com.microsoft.graph.models.UnifiedRoleScheduleBase
appScope, appScopeId, createdDateTime, createdUsing, directoryScope, directoryScopeId, modifiedDateTime, principal, principalId, roleDefinition, roleDefinitionId, status
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
assignmentType
@SerializedName(value="assignmentType", alternate="AssignmentType") @Expose @Nullable public String assignmentTypeThe Assignment Type. Type of the assignment. It can either be Assigned or Activated. -
memberType
@SerializedName(value="memberType", alternate="MemberType") @Expose @Nullable public String memberTypeThe Member Type. Membership type of the assignment. It can either be Inherited, Direct, or Group. -
scheduleInfo
@SerializedName(value="scheduleInfo", alternate="ScheduleInfo") @Expose @Nullable public RequestSchedule scheduleInfoThe Schedule Info. The schedule object of the role assignment request. -
activatedUsing
@SerializedName(value="activatedUsing", alternate="ActivatedUsing") @Expose @Nullable public UnifiedRoleEligibilitySchedule activatedUsingThe Activated Using. If the roleAssignmentSchedule is activated by a roleEligibilitySchedule, this is the link to that schedule.
-
-
Constructor Details
-
UnifiedRoleAssignmentSchedule
public UnifiedRoleAssignmentSchedule()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classUnifiedRoleScheduleBase
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-