Uses of Class
com.azure.data.tables.models.TableTransactionActionType
-
Packages that use TableTransactionActionType Package Description com.azure.data.tables.models Package containing the implementations and inner classes for AzureTable. -
-
Uses of TableTransactionActionType in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableTransactionActionType Modifier and Type Method Description TableTransactionActionTypeTableTransactionAction. getActionType()Get theoperation typeto be applied to theentity.static TableTransactionActionTypeTableTransactionActionType. valueOf(String name)Returns 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 TableTransactionActionType Constructor Description TableTransactionAction(TableTransactionActionType actionType, TableEntity entity)Initializes a new instance of theTableTransactionAction.TableTransactionAction(TableTransactionActionType actionType, TableEntity entity, boolean ifUnchanged)Initializes a new instance of theTableTransactionAction.
-