Uses of Class
org.molgenis.api.metadata.v3.model.AttributeResponse
-
Packages that use AttributeResponse Package Description org.molgenis.api.metadata.v3 org.molgenis.api.metadata.v3.model -
-
Uses of AttributeResponse in org.molgenis.api.metadata.v3
Methods in org.molgenis.api.metadata.v3 that return AttributeResponse Modifier and Type Method Description AttributeResponseAttributeResponseMapper. toAttributeResponse(Attribute attribute, boolean i18n)Creates an attribute response from an attribute.Methods in org.molgenis.api.metadata.v3 that return types with arguments of type AttributeResponse Modifier and Type Method Description List<AttributeResponse>AttributeResponseMapper. mapInternal(Iterable<Attribute> allAttributes, boolean i18n) -
Uses of AttributeResponse in org.molgenis.api.metadata.v3.model
Methods in org.molgenis.api.metadata.v3.model that return AttributeResponse Modifier and Type Method Description abstract AttributeResponseAttributeResponse.Builder. build()static AttributeResponseAttributeResponse. create(LinksResponse linksResponse, AttributeResponseData newData)abstract AttributeResponseAttributeResponseData. getMappedBy()Methods in org.molgenis.api.metadata.v3.model that return types with arguments of type AttributeResponse Modifier and Type Method Description abstract List<AttributeResponse>AttributesResponse. getItems()Methods in org.molgenis.api.metadata.v3.model with parameters of type AttributeResponse Modifier and Type Method Description abstract AttributeResponseData.BuilderAttributeResponseData.Builder. setMappedBy(AttributeResponse attribute)Method parameters in org.molgenis.api.metadata.v3.model with type arguments of type AttributeResponse Modifier and Type Method Description static AttributesResponseAttributesResponse. create(LinksResponse newLinks, List<AttributeResponse> attributeResponses, PageResponse newPage)abstract AttributesResponse.BuilderAttributesResponse.Builder. setItems(List<AttributeResponse> items)
-