Class EntityTypeResponse
- java.lang.Object
-
- org.molgenis.api.metadata.v3.model.EntityTypeResponse
-
public abstract class EntityTypeResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntityTypeResponse.Builder
-
Constructor Summary
Constructors Constructor Description EntityTypeResponse()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static EntityTypeResponse.Builderbuilder()static EntityTypeResponsecreate(LinksResponse newLinks, EntityTypeResponseData entityType)abstract EntityTypeResponseDatagetData()abstract LinksResponsegetLinks()
-
-
-
Method Detail
-
getLinks
public abstract LinksResponse getLinks()
-
getData
@Nullable @CheckForNull public abstract EntityTypeResponseData getData()
-
create
public static EntityTypeResponse create(LinksResponse newLinks, EntityTypeResponseData entityType)
-
builder
public static EntityTypeResponse.Builder builder()
-
-