Uses of Class
microsoft.graph.security.enums.AssignmentMethod
-
Packages that use AssignmentMethod Package Description microsoft.graph.security.complex microsoft.graph.security.enums -
-
Uses of AssignmentMethod in microsoft.graph.security.complex
Fields in microsoft.graph.security.complex declared as AssignmentMethod Modifier and Type Field Description protected AssignmentMethodContentLabel. assignmentMethodprotected AssignmentMethodLabelingOptions. assignmentMethodMethods in microsoft.graph.security.complex that return types with arguments of type AssignmentMethod Modifier and Type Method Description Optional<AssignmentMethod>ContentLabel. getAssignmentMethod()Optional<AssignmentMethod>LabelingOptions. getAssignmentMethod()Methods in microsoft.graph.security.complex with parameters of type AssignmentMethod Modifier and Type Method Description ContentLabel.BuilderContentLabel.Builder. assignmentMethod(AssignmentMethod assignmentMethod)LabelingOptions.BuilderLabelingOptions.Builder. assignmentMethod(AssignmentMethod assignmentMethod)ContentLabelContentLabel. withAssignmentMethod(AssignmentMethod assignmentMethod)LabelingOptionsLabelingOptions. withAssignmentMethod(AssignmentMethod assignmentMethod) -
Uses of AssignmentMethod in microsoft.graph.security.enums
Methods in microsoft.graph.security.enums that return AssignmentMethod Modifier and Type Method Description static AssignmentMethodAssignmentMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static AssignmentMethod[]AssignmentMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-