Uses of Class
odata.msgraph.client.beta.enums.SubjectRightsRequestStage
-
Packages that use SubjectRightsRequestStage Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of SubjectRightsRequestStage in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as SubjectRightsRequestStage Modifier and Type Field Description protected SubjectRightsRequestStageSubjectRightsRequestHistory. stageprotected SubjectRightsRequestStageSubjectRightsRequestStageDetail. stageMethods in odata.msgraph.client.beta.complex that return types with arguments of type SubjectRightsRequestStage Modifier and Type Method Description Optional<SubjectRightsRequestStage>SubjectRightsRequestHistory. getStage()Optional<SubjectRightsRequestStage>SubjectRightsRequestStageDetail. getStage()Methods in odata.msgraph.client.beta.complex with parameters of type SubjectRightsRequestStage Modifier and Type Method Description SubjectRightsRequestHistory.BuilderSubjectRightsRequestHistory.Builder. stage(SubjectRightsRequestStage stage)SubjectRightsRequestStageDetail.BuilderSubjectRightsRequestStageDetail.Builder. stage(SubjectRightsRequestStage stage)SubjectRightsRequestHistorySubjectRightsRequestHistory. withStage(SubjectRightsRequestStage stage)SubjectRightsRequestStageDetailSubjectRightsRequestStageDetail. withStage(SubjectRightsRequestStage stage) -
Uses of SubjectRightsRequestStage in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return SubjectRightsRequestStage Modifier and Type Method Description static SubjectRightsRequestStageSubjectRightsRequestStage. valueOf(String name)Returns 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.
-