Uses of Class
org.molgenis.api.metadata.v3.model.EntityTypeResponse
-
Packages that use EntityTypeResponse Package Description org.molgenis.api.metadata.v3 org.molgenis.api.metadata.v3.model -
-
Uses of EntityTypeResponse in org.molgenis.api.metadata.v3
Methods in org.molgenis.api.metadata.v3 that return EntityTypeResponse Modifier and Type Method Description EntityTypeResponseEntityTypeResponseMapper. toEntityTypeResponse(EntityType entityType, boolean flattenAttributes, boolean i18n)Creates an entity type response from an entity type. -
Uses of EntityTypeResponse in org.molgenis.api.metadata.v3.model
Methods in org.molgenis.api.metadata.v3.model that return EntityTypeResponse Modifier and Type Method Description abstract EntityTypeResponseEntityTypeResponse.Builder. build()static EntityTypeResponseEntityTypeResponse. create(LinksResponse newLinks, EntityTypeResponseData entityType)abstract EntityTypeResponseEntityTypeResponseData. getExtends()Methods in org.molgenis.api.metadata.v3.model that return types with arguments of type EntityTypeResponse Modifier and Type Method Description abstract List<EntityTypeResponse>EntityTypesResponse. getItems()Methods in org.molgenis.api.metadata.v3.model with parameters of type EntityTypeResponse Modifier and Type Method Description abstract EntityTypeResponseData.BuilderEntityTypeResponseData.Builder. setExtends(EntityTypeResponse entityType)Method parameters in org.molgenis.api.metadata.v3.model with type arguments of type EntityTypeResponse Modifier and Type Method Description static EntityTypesResponseEntityTypesResponse. create(LinksResponse newLinks, List<EntityTypeResponse> newItems, PageResponse newPage)abstract EntityTypesResponse.BuilderEntityTypesResponse.Builder. setItems(List<EntityTypeResponse> newItems)
-