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