Uses of Enum
com.microsoft.graph.models.AccessPackageSubjectType
Packages that use AccessPackageSubjectType
-
Uses of AccessPackageSubjectType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AccessPackageSubjectTypeModifier and TypeMethodDescriptionstatic AccessPackageSubjectTypeAccessPackageSubject.getSubjectType()Gets the subjectType property value.static AccessPackageSubjectTypeReturns the enum constant of this type with the specified name.static AccessPackageSubjectType[]AccessPackageSubjectType.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 AccessPackageSubjectTypeModifier and TypeMethodDescriptionvoidAccessPackageSubject.setSubjectType(AccessPackageSubjectType value) Sets the subjectType property value.