Package com.microsoft.graph.models
Class UnifiedRoleEligibilityScheduleInstance
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UnifiedRoleScheduleInstanceBase
com.microsoft.graph.models.UnifiedRoleEligibilityScheduleInstance
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UnifiedRoleEligibilityScheduleInstance
extends UnifiedRoleScheduleInstanceBase
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Unified Role Eligibility Schedule Instance.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe End Date Time.The Member Type.The Role Eligibility Schedule Id.The Start Date Time.Fields inherited from class com.microsoft.graph.models.UnifiedRoleScheduleInstanceBase
appScope, appScopeId, directoryScope, directoryScopeId, principal, principalId, roleDefinition, roleDefinitionId
-
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
-
endDateTime
@SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public OffsetDateTime endDateTimeThe End Date Time. The end date of the schedule instance. -
memberType
@SerializedName(value="memberType", alternate="MemberType") @Expose @Nullable public String memberTypeThe Member Type. How the role eligibility is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleEligibilitySchedule can be managed by the caller. Supports $filter (eq, ne). -
roleEligibilityScheduleId
@SerializedName(value="roleEligibilityScheduleId", alternate="RoleEligibilityScheduleId") @Expose @Nullable public String roleEligibilityScheduleIdThe Role Eligibility Schedule Id. The identifier of the unifiedRoleEligibilitySchedule object from which this instance was created. Supports $filter (eq, ne). -
startDateTime
@SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public OffsetDateTime startDateTimeThe Start Date Time. When this instance starts.
-
-
Constructor Details
-
UnifiedRoleEligibilityScheduleInstance
public UnifiedRoleEligibilityScheduleInstance()
-
-
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 classUnifiedRoleScheduleInstanceBase
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-