Uses of Class
odata.msgraph.client.beta.enums.AssignmentMethod
-
Packages that use AssignmentMethod Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of AssignmentMethod in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AssignmentMethod Modifier and Type Field Description protected AssignmentMethodInformationProtectionContentLabel. assignmentMethodprotected AssignmentMethodLabelingOptions. assignmentMethodMethods in odata.msgraph.client.beta.complex that return types with arguments of type AssignmentMethod Modifier and Type Method Description Optional<AssignmentMethod>InformationProtectionContentLabel. getAssignmentMethod()Optional<AssignmentMethod>LabelingOptions. getAssignmentMethod()Methods in odata.msgraph.client.beta.complex with parameters of type AssignmentMethod Modifier and Type Method Description InformationProtectionContentLabel.BuilderInformationProtectionContentLabel.Builder. assignmentMethod(AssignmentMethod assignmentMethod)LabelingOptions.BuilderLabelingOptions.Builder. assignmentMethod(AssignmentMethod assignmentMethod)InformationProtectionContentLabelInformationProtectionContentLabel. withAssignmentMethod(AssignmentMethod assignmentMethod)LabelingOptionsLabelingOptions. withAssignmentMethod(AssignmentMethod assignmentMethod) -
Uses of AssignmentMethod in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.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.
-