Uses of Enum
com.microsoft.graph.models.DataSubjectType
Packages that use DataSubjectType
-
Uses of DataSubjectType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DataSubjectTypeModifier and TypeMethodDescriptionstatic DataSubjectTypeSubjectRightsRequest.getDataSubjectType()Gets the dataSubjectType property value.static DataSubjectTypeReturns 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.Methods in com.microsoft.graph.models with parameters of type DataSubjectTypeModifier and TypeMethodDescriptionvoidSubjectRightsRequest.setDataSubjectType(DataSubjectType value) Sets the dataSubjectType property value.