be.ehealth.businessconnector.genericasync.domain
Class TackQuery.Builder

java.lang.Object
  extended by be.ehealth.businessconnector.genericasync.domain.TackQuery.Builder
Enclosing class:
TackQuery

public static final class TackQuery.Builder
extends Object

TackQuery builder static inner class.


Method Summary
 TackQuery build()
          Returns a TackQuery built from the parameters previously set.
 TackQuery.Builder max(Integer max)
          Sets the max and returns a reference to this Builder so that the methods can be chained together.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

max

public TackQuery.Builder max(Integer max)
Sets the max and returns a reference to this Builder so that the methods can be chained together.

Parameters:
max - the max to set
Returns:
a reference to this Builder

build

public TackQuery build()
Returns a TackQuery built from the parameters previously set.

Returns:
a TackQuery built with parameters of this TackQuery.Builder



Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.