Class SapCloudForCustomerSinkWriteBehavior
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SapCloudForCustomerSinkWriteBehavior>
com.azure.resourcemanager.datafactory.models.SapCloudForCustomerSinkWriteBehavior
public final class SapCloudForCustomerSinkWriteBehavior
extends com.azure.core.util.ExpandableStringEnum<SapCloudForCustomerSinkWriteBehavior>
The write behavior for the operation. Default is 'Insert'.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SapCloudForCustomerSinkWriteBehavior
Static value Insert for SapCloudForCustomerSinkWriteBehavior.static final SapCloudForCustomerSinkWriteBehavior
Static value Update for SapCloudForCustomerSinkWriteBehavior. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a SapCloudForCustomerSinkWriteBehavior from its string representation.values()
Gets known SapCloudForCustomerSinkWriteBehavior values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
INSERT
Static value Insert for SapCloudForCustomerSinkWriteBehavior. -
UPDATE
Static value Update for SapCloudForCustomerSinkWriteBehavior.
-
-
Constructor Details
-
SapCloudForCustomerSinkWriteBehavior
Deprecated.Use thefromString(String)
factory method.Creates a new instance of SapCloudForCustomerSinkWriteBehavior value.
-
-
Method Details
-
fromString
Creates or finds a SapCloudForCustomerSinkWriteBehavior from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding SapCloudForCustomerSinkWriteBehavior.
-
values
Gets known SapCloudForCustomerSinkWriteBehavior values.- Returns:
- known SapCloudForCustomerSinkWriteBehavior values.
-
fromString(String)
factory method.