Uses of Class
odata.msgraph.client.beta.complex.AutoLabeling
-
Packages that use AutoLabeling Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of AutoLabeling in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return AutoLabeling Modifier and Type Method Description AutoLabelingAutoLabeling.Builder. build()AutoLabelingAutoLabeling. withMessage(String message)AutoLabelingAutoLabeling. withUnmappedField(String name, String value) -
Uses of AutoLabeling in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AutoLabeling Modifier and Type Field Description protected AutoLabelingSensitivityLabel. autoLabelingMethods in odata.msgraph.client.beta.entity that return types with arguments of type AutoLabeling Modifier and Type Method Description Optional<AutoLabeling>SensitivityLabel. getAutoLabeling()Methods in odata.msgraph.client.beta.entity with parameters of type AutoLabeling Modifier and Type Method Description SensitivityLabel.BuilderSensitivityLabel.Builder. autoLabeling(AutoLabeling autoLabeling)SensitivityLabelSensitivityLabel. withAutoLabeling(AutoLabeling autoLabeling)
-