Uses of Class
odata.msgraph.client.beta.complex.LabelingOptions
-
Packages that use LabelingOptions Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity.collection.request -
-
Uses of LabelingOptions in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return LabelingOptions Modifier and Type Method Description LabelingOptionsLabelingOptions.Builder. build()LabelingOptionsLabelingOptions. withAssignmentMethod(AssignmentMethod assignmentMethod)LabelingOptionsLabelingOptions. withDowngradeJustification(DowngradeJustification downgradeJustification)LabelingOptionsLabelingOptions. withLabelId(String labelId)LabelingOptionsLabelingOptions. withUnmappedField(String name, String value) -
Uses of LabelingOptions in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request with parameters of type LabelingOptions Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<InformationProtectionAction>InformationProtectionLabelCollectionRequest. evaluateApplication(ContentInfo contentInfo, LabelingOptions labelingOptions)
-