Uses of Enum
com.microsoft.graph.models.PrivilegedAccessGroupAssignmentType
Packages that use PrivilegedAccessGroupAssignmentType
-
Uses of PrivilegedAccessGroupAssignmentType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrivilegedAccessGroupAssignmentTypeModifier and TypeMethodDescriptionPrivilegedAccessGroupAssignmentSchedule.getAssignmentType()Gets the assignmentType property value.PrivilegedAccessGroupAssignmentScheduleInstance.getAssignmentType()Gets the assignmentType property value.Returns the enum constant of this type with the specified name.static PrivilegedAccessGroupAssignmentType[]PrivilegedAccessGroupAssignmentType.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 PrivilegedAccessGroupAssignmentTypeModifier and TypeMethodDescriptionvoidPrivilegedAccessGroupAssignmentSchedule.setAssignmentType(PrivilegedAccessGroupAssignmentType value) Sets the assignmentType property value.voidPrivilegedAccessGroupAssignmentScheduleInstance.setAssignmentType(PrivilegedAccessGroupAssignmentType value) Sets the assignmentType property value.