Class BatchOperationInfo


  • @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public class BatchOperationInfo
    extends java.lang.Object
    The type of batch operation.
    Since:
    18.1
    • Constructor Detail

      • BatchOperationInfo

        public BatchOperationInfo​(BatchOperationInfo.Type type)
        Constructor.
        Parameters:
        type - The operation type.
    • Method Detail

      • getType

        public BatchOperationInfo.Type getType()
        Get the batch operation type.
        Returns:
        Returns the batch operation type.