Uses of Enum
com.microsoft.graph.models.SubjectRightsRequestStage
Packages that use SubjectRightsRequestStage
-
Uses of SubjectRightsRequestStage in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SubjectRightsRequestStageModifier and TypeMethodDescriptionstatic SubjectRightsRequestStageSubjectRightsRequestHistory.getStage()Gets the stage property value.SubjectRightsRequestStageDetail.getStage()Gets the stage property value.static SubjectRightsRequestStageReturns the enum constant of this type with the specified name.static SubjectRightsRequestStage[]SubjectRightsRequestStage.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type SubjectRightsRequestStageModifier and TypeMethodDescriptionvoidSubjectRightsRequestHistory.setStage(SubjectRightsRequestStage value) Sets the stage property value.voidSubjectRightsRequestStageDetail.setStage(SubjectRightsRequestStage value) Sets the stage property value.