Interface V1beta2QueuingConfigurationFluent<A extends V1beta2QueuingConfigurationFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1beta2LimitResponseFluent.QueuingNested<N>
All Known Implementing Classes:
V1beta2QueuingConfigurationBuilder, V1beta2QueuingConfigurationFluentImpl

public interface V1beta2QueuingConfigurationFluent<A extends V1beta2QueuingConfigurationFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getHandSize

      Integer getHandSize()
    • withHandSize

      A withHandSize(Integer handSize)
    • hasHandSize

      Boolean hasHandSize()
    • getQueueLengthLimit

      Integer getQueueLengthLimit()
    • withQueueLengthLimit

      A withQueueLengthLimit(Integer queueLengthLimit)
    • hasQueueLengthLimit

      Boolean hasQueueLengthLimit()
    • getQueues

      Integer getQueues()
    • withQueues

      A withQueues(Integer queues)
    • hasQueues

      Boolean hasQueues()