Uses of Enum
com.microsoft.graph.models.SubjectRightsRequestStageStatus
Packages that use SubjectRightsRequestStageStatus
-
Uses of SubjectRightsRequestStageStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SubjectRightsRequestStageStatusModifier and TypeMethodDescriptionSubjectRightsRequestHistory.getStageStatus()Gets the stageStatus property value.SubjectRightsRequestStageDetail.getStatus()Gets the status property value.Returns the enum constant of this type with the specified name.static SubjectRightsRequestStageStatus[]SubjectRightsRequestStageStatus.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 SubjectRightsRequestStageStatusModifier and TypeMethodDescriptionvoidSubjectRightsRequestHistory.setStageStatus(SubjectRightsRequestStageStatus value) Sets the stageStatus property value.voidSubjectRightsRequestStageDetail.setStatus(SubjectRightsRequestStageStatus value) Sets the status property value.