Package com.microsoft.graph.models
Class UnifiedRoleEligibilitySchedule
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UnifiedRoleScheduleBase
com.microsoft.graph.models.UnifiedRoleEligibilitySchedule
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UnifiedRoleEligibilitySchedule
extends UnifiedRoleScheduleBase
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Unified Role Eligibility Schedule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe 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 TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
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). -
scheduleInfo
@SerializedName(value="scheduleInfo", alternate="ScheduleInfo") @Expose @Nullable public RequestSchedule scheduleInfoThe Schedule Info. The period of the role eligibility.
-
-
Constructor Details
-
UnifiedRoleEligibilitySchedule
public UnifiedRoleEligibilitySchedule()
-
-
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classUnifiedRoleScheduleBase- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-