Class EntityTypeResponseData
- java.lang.Object
-
- org.molgenis.api.metadata.v3.model.EntityTypeResponseData
-
- All Implemented Interfaces:
MetadataResponseData
public abstract class EntityTypeResponseData extends Object implements MetadataResponseData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntityTypeResponseData.Builder
-
Constructor Summary
Constructors Constructor Description EntityTypeResponseData()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static EntityTypeResponseData.Builderbuilder()abstract AttributesResponsegetAttributes()abstract EntityTypeResponsegetExtends()abstract IntegergetIndexingDepth()abstract PackageResponsegetPackage()abstract booleanisAbstract()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.molgenis.api.metadata.v3.model.MetadataResponseData
getDescription, getDescriptionI18n, getId, getLabel, getLabelI18n
-
-
-
-
Method Detail
-
getPackage
@Nullable @CheckForNull @SerializedName("package") public abstract PackageResponse getPackage()
-
getAttributes
public abstract AttributesResponse getAttributes()
-
isAbstract
@SerializedName("abstract") public abstract boolean isAbstract()
-
getExtends
@Nullable @CheckForNull @SerializedName("extends") public abstract EntityTypeResponse getExtends()
-
getIndexingDepth
@Nullable @CheckForNull public abstract Integer getIndexingDepth()
-
builder
public static EntityTypeResponseData.Builder builder()
-
-