Uses of Class
odata.msgraph.client.entity.InferenceClassification
-
Packages that use InferenceClassification Package Description odata.msgraph.client.entity -
-
Uses of InferenceClassification in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as InferenceClassification Modifier and Type Field Description protected InferenceClassificationUser. inferenceClassificationMethods in odata.msgraph.client.entity that return InferenceClassification Modifier and Type Method Description InferenceClassificationInferenceClassification.Builder. build()InferenceClassificationInferenceClassification. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.InferenceClassificationInferenceClassification. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).InferenceClassificationInferenceClassification. withOverrides(List<InferenceClassificationOverride> overrides)Returns an immutable copy ofthiswith just theoverridesfield changed.InferenceClassificationInferenceClassification. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type InferenceClassification Modifier and Type Method Description User.BuilderUser.Builder. inferenceClassification(InferenceClassification inferenceClassification)Org.OData.Capabilities.V1.ChangeTrackingUserUser. withInferenceClassification(InferenceClassification inferenceClassification)Returns an immutable copy ofthiswith just theinferenceClassificationfield changed.
-