Class AttributesResponse
- java.lang.Object
-
- org.molgenis.api.metadata.v3.model.AttributesResponse
-
public abstract class AttributesResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttributesResponse.Builder
-
Constructor Summary
Constructors Constructor Description AttributesResponse()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static AttributesResponse.Builderbuilder()static AttributesResponsecreate(LinksResponse newLinks)static AttributesResponsecreate(LinksResponse newLinks, List<AttributeResponse> attributeResponses, PageResponse newPage)abstract List<AttributeResponse>getItems()abstract LinksResponsegetLinks()abstract PageResponsegetPage()
-
-
-
Method Detail
-
getLinks
public abstract LinksResponse getLinks()
-
getItems
@Nullable @CheckForNull public abstract List<AttributeResponse> getItems()
-
getPage
@Nullable @CheckForNull public abstract PageResponse getPage()
-
create
public static AttributesResponse create(LinksResponse newLinks)
-
create
public static AttributesResponse create(LinksResponse newLinks, List<AttributeResponse> attributeResponses, PageResponse newPage)
-
builder
public static AttributesResponse.Builder builder()
-
-