Uses of Class
odata.msgraph.client.beta.enums.DataSubjectType
-
Packages that use DataSubjectType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DataSubjectType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DataSubjectType Modifier and Type Field Description protected DataSubjectTypeSubjectRightsRequest. dataSubjectTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type DataSubjectType Modifier and Type Method Description Optional<DataSubjectType>SubjectRightsRequest. getDataSubjectType()Methods in odata.msgraph.client.beta.entity with parameters of type DataSubjectType Modifier and Type Method Description SubjectRightsRequest.BuilderSubjectRightsRequest.Builder. dataSubjectType(DataSubjectType dataSubjectType)SubjectRightsRequestSubjectRightsRequest. withDataSubjectType(DataSubjectType dataSubjectType) -
Uses of DataSubjectType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DataSubjectType Modifier and Type Method Description static DataSubjectTypeDataSubjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSubjectType[]DataSubjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-