Interface MxaccessGateway.UnAdviseItemBulkCommandOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MxaccessGateway.UnAdviseItemBulkCommand, MxaccessGateway.UnAdviseItemBulkCommand.Builder
Enclosing class:
MxaccessGateway

public static interface MxaccessGateway.UnAdviseItemBulkCommandOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getItemHandles(int index)
    repeated int32 item_handles = 2;
    int
    repeated int32 item_handles = 2;
    repeated int32 item_handles = 2;
    int
    int32 server_handle = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getServerHandle

      int getServerHandle()
      int32 server_handle = 1;
      Returns:
      The serverHandle.
    • getItemHandlesList

      List<Integer> getItemHandlesList()
      repeated int32 item_handles = 2;
      Returns:
      A list containing the itemHandles.
    • getItemHandlesCount

      int getItemHandlesCount()
      repeated int32 item_handles = 2;
      Returns:
      The count of itemHandles.
    • getItemHandles

      int getItemHandles(int index)
      repeated int32 item_handles = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The itemHandles at the given index.