Interface BusinessDatesRequestOrBuilder

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

@Generated public interface BusinessDatesRequestOrBuilder extends MessageOrBuilder
  • Method Details

    • getCalendarName

      String getCalendarName()
      string calendar_name = 1;
      Returns:
      The calendarName.
    • getCalendarNameBytes

      ByteString getCalendarNameBytes()
      string calendar_name = 1;
      Returns:
      The bytes for calendarName.
    • getStartDate

      String getStartDate()
       YYYY-MM-DD format
       
      string start_date = 2;
      Returns:
      The startDate.
    • getStartDateBytes

      ByteString getStartDateBytes()
       YYYY-MM-DD format
       
      string start_date = 2;
      Returns:
      The bytes for startDate.
    • getEndDate

      String getEndDate()
       YYYY-MM-DD format
       
      string end_date = 3;
      Returns:
      The endDate.
    • getEndDateBytes

      ByteString getEndDateBytes()
       YYYY-MM-DD format
       
      string end_date = 3;
      Returns:
      The bytes for endDate.