Interface ConversionValueRule.ValueRuleItineraryAdvanceBookingWindowOrBuilder

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

public static interface ConversionValueRule.ValueRuleItineraryAdvanceBookingWindowOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Maximum number of days between the date of the booking the start date.
    int
    Minimum number of days between the date of the booking the start date.

    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

    • getMinDays

      int getMinDays()
       Minimum number of days between the date of the booking the start date.
       
      int32 min_days = 1;
      Returns:
      The minDays.
    • getMaxDays

      int getMaxDays()
       Maximum number of days between the date of the booking the start date.
       
      int32 max_days = 2;
      Returns:
      The maxDays.