Class MicrosoftGraphInferenceClassification
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphInferenceClassification
-
public final class MicrosoftGraphInferenceClassification extends MicrosoftGraphEntity
inferenceClassification.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphInferenceClassification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: inferenceClassification.List<MicrosoftGraphInferenceClassificationOverride>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.voidvalidate()Validates the instance.MicrosoftGraphInferenceClassificationwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: inferenceClassification.MicrosoftGraphInferenceClassificationwithId(String id)Set the id property: Read-only.MicrosoftGraphInferenceClassificationwithOverrides(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.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
overrides
public List<MicrosoftGraphInferenceClassificationOverride> 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
public Map<String,Object> 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
public MicrosoftGraphInferenceClassification withId(String id)
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.
-
-