Class MicrosoftGraphInferenceClassification
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphInferenceClassification
inferenceClassification.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphInferenceClassification class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: inferenceClassification.Get the overrides property: A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: inferenceClassification.Set the id property: Read-only.Set the overrides property: A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphInferenceClassification
public MicrosoftGraphInferenceClassification()Creates an instance of MicrosoftGraphInferenceClassification class.
-
-
Method Details
-
overrides
Get the overrides property: A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.- Returns:
- the overrides value.
-
withOverrides
public MicrosoftGraphInferenceClassification withOverrides(List<MicrosoftGraphInferenceClassificationOverride> overrides) Set the overrides property: A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.- Parameters:
overrides- the overrides value to set.- Returns:
- the MicrosoftGraphInferenceClassification object itself.
-
additionalProperties
Get the additionalProperties property: inferenceClassification.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphInferenceClassification withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: inferenceClassification.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphInferenceClassification object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-