Uses of Class
org.molgenis.api.metadata.v3.model.AttributesResponse
-
Packages that use AttributesResponse Package Description org.molgenis.api.metadata.v3 org.molgenis.api.metadata.v3.model -
-
Uses of AttributesResponse in org.molgenis.api.metadata.v3
Methods in org.molgenis.api.metadata.v3 that return AttributesResponse Modifier and Type Method Description AttributesResponseAttributeResponseMapper. toAttributesResponse(org.molgenis.api.metadata.v3.Attributes attributes, int size, int page)Creates an attributes response from attributes. -
Uses of AttributesResponse in org.molgenis.api.metadata.v3.model
Methods in org.molgenis.api.metadata.v3.model that return AttributesResponse Modifier and Type Method Description abstract AttributesResponseAttributesResponse.Builder. build()static AttributesResponseAttributesResponse. create(LinksResponse newLinks)static AttributesResponseAttributesResponse. create(LinksResponse newLinks, List<AttributeResponse> attributeResponses, PageResponse newPage)abstract AttributesResponseEntityTypeResponseData. getAttributes()Methods in org.molgenis.api.metadata.v3.model with parameters of type AttributesResponse Modifier and Type Method Description abstract EntityTypeResponseData.BuilderEntityTypeResponseData.Builder. setAttributes(AttributesResponse attributes)
-