Uses of Enum
com.azure.data.tables.models.TableTransactionActionType
Packages that use TableTransactionActionType
-
Uses of TableTransactionActionType in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableTransactionActionTypeModifier and TypeMethodDescriptionTableTransactionAction.getActionType()Get theoperation typeto be applied to theentity.static TableTransactionActionTypeReturns the enum constant of this type with the specified name.static TableTransactionActionType[]TableTransactionActionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.azure.data.tables.models with parameters of type TableTransactionActionTypeModifierConstructorDescriptionTableTransactionAction(TableTransactionActionType actionType, TableEntity entity) Initializes a new instance of theTableTransactionAction.TableTransactionAction(TableTransactionActionType actionType, TableEntity entity, boolean ifUnchanged) Initializes a new instance of theTableTransactionAction.