Class BusinessAttributeUpdateBehavior
java.lang.Object
com.azure.core.util.ExpandableStringEnum<BusinessAttributeUpdateBehavior>
com.azure.analytics.purview.datamap.models.BusinessAttributeUpdateBehavior
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class BusinessAttributeUpdateBehavior
extends com.azure.core.util.ExpandableStringEnum<BusinessAttributeUpdateBehavior>
Enum for business attribute update behavior.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BusinessAttributeUpdateBehaviorIgnore the business attribute payload for update.static final BusinessAttributeUpdateBehaviorMerge the business attributes.static final BusinessAttributeUpdateBehaviorReplace all the business attributes using the payload. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a BusinessAttributeUpdateBehavior from its string representation.values()Gets known BusinessAttributeUpdateBehavior values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
IGNORE
Ignore the business attribute payload for update. -
REPLACE
Replace all the business attributes using the payload. -
MERGE
Merge the business attributes. Business attributes will not be updated if not provided.
-
-
Constructor Details
-
BusinessAttributeUpdateBehavior
Deprecated.Use thefromString(String)factory method.Creates a new instance of BusinessAttributeUpdateBehavior value.
-
-
Method Details
-
fromString
Creates or finds a BusinessAttributeUpdateBehavior from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding BusinessAttributeUpdateBehavior.
-
values
Gets known BusinessAttributeUpdateBehavior values.- Returns:
- known BusinessAttributeUpdateBehavior values.
-
fromString(String)factory method.