Uses of Class
org.molgenis.api.metadata.v3.model.EntityTypesResponse
-
Packages that use EntityTypesResponse Package Description org.molgenis.api.metadata.v3 org.molgenis.api.metadata.v3.model -
-
Uses of EntityTypesResponse in org.molgenis.api.metadata.v3
Methods in org.molgenis.api.metadata.v3 that return EntityTypesResponse Modifier and Type Method Description EntityTypesResponseEntityTypeResponseMapper. toEntityTypesResponse(org.molgenis.api.metadata.v3.EntityTypes entityTypes, int size, int page)Creates an entity types response from entity types. -
Uses of EntityTypesResponse in org.molgenis.api.metadata.v3.model
Methods in org.molgenis.api.metadata.v3.model that return EntityTypesResponse Modifier and Type Method Description abstract EntityTypesResponseEntityTypesResponse.Builder. build()static EntityTypesResponseEntityTypesResponse. create(LinksResponse newLinks)static EntityTypesResponseEntityTypesResponse. create(LinksResponse newLinks, List<EntityTypeResponse> newItems, PageResponse newPage)
-