
Package ca.uhn.fhir.rest.api
Class BundleLinks
- java.lang.Object
-
- ca.uhn.fhir.rest.api.BundleLinks
-
public class BundleLinks extends Object
-
-
Field Summary
Fields Modifier and Type Field Description BundleTypeEnum
bundleType
boolean
prettyPrint
String
serverBase
-
Constructor Summary
Constructors Constructor Description BundleLinks(String theServerBase, Set<Include> theIncludes, boolean thePrettyPrint, BundleTypeEnum theBundleType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Include>
getIncludes()
String
getNext()
String
getPrev()
String
getSelf()
BundleLinks
setNext(String theNext)
BundleLinks
setPrev(String thePrev)
BundleLinks
setSelf(String theSelf)
-
-
-
Field Detail
-
serverBase
public final String serverBase
-
prettyPrint
public final boolean prettyPrint
-
bundleType
public final BundleTypeEnum bundleType
-
-
Constructor Detail
-
BundleLinks
public BundleLinks(String theServerBase, Set<Include> theIncludes, boolean thePrettyPrint, BundleTypeEnum theBundleType)
-
-
Method Detail
-
setSelf
public BundleLinks setSelf(String theSelf)
-
setNext
public BundleLinks setNext(String theNext)
-
setPrev
public BundleLinks setPrev(String thePrev)
-
getIncludes
public Collection<Include> getIncludes()
-
-