Interface BusinessDatesResponseOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
BusinessDatesResponse, BusinessDatesResponse.Builder

@Generated public interface BusinessDatesResponseOrBuilder extends MessageOrBuilder
  • Method Details

    • getBusinessDatesList

      List<String> getBusinessDatesList()
       Array of business dates in YYYY-MM-DD format
       
      repeated string business_dates = 1;
      Returns:
      A list containing the businessDates.
    • getBusinessDatesCount

      int getBusinessDatesCount()
       Array of business dates in YYYY-MM-DD format
       
      repeated string business_dates = 1;
      Returns:
      The count of businessDates.
    • getBusinessDates

      String getBusinessDates(int index)
       Array of business dates in YYYY-MM-DD format
       
      repeated string business_dates = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The businessDates at the given index.
    • getBusinessDatesBytes

      ByteString getBusinessDatesBytes(int index)
       Array of business dates in YYYY-MM-DD format
       
      repeated string business_dates = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the businessDates at the given index.