Uses of Enum
com.microsoft.graph.models.SubjectRightsRequestType
Packages that use SubjectRightsRequestType
-
Uses of SubjectRightsRequestType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SubjectRightsRequestTypeModifier and TypeMethodDescriptionstatic SubjectRightsRequestTypeSubjectRightsRequest.getType()Gets the type property value.static SubjectRightsRequestTypeReturns the enum constant of this type with the specified name.static SubjectRightsRequestType[]SubjectRightsRequestType.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 SubjectRightsRequestTypeModifier and TypeMethodDescriptionvoidSubjectRightsRequest.setType(SubjectRightsRequestType value) Sets the type property value.