Uses of Class
org.molgenis.api.metadata.v3.model.CreateEntityTypeRequest
-
Packages that use CreateEntityTypeRequest Package Description org.molgenis.api.metadata.v3 org.molgenis.api.metadata.v3.model -
-
Uses of CreateEntityTypeRequest in org.molgenis.api.metadata.v3
Methods in org.molgenis.api.metadata.v3 with parameters of type CreateEntityTypeRequest Modifier and Type Method Description List<Attribute>AttributeRequestMapper. toAttributes(List<CreateAttributeRequest> attributes, CreateEntityTypeRequest entityTypeRequest, EntityType entityType)EntityTypeEntityTypeRequestMapper. toEntityType(CreateEntityTypeRequest entityTypeRequest)Creates a new entity type from a entity type request.EntityTypeEntityTypeRequestMapperImpl. toEntityType(CreateEntityTypeRequest entityTypeRequest) -
Uses of CreateEntityTypeRequest in org.molgenis.api.metadata.v3.model
Methods in org.molgenis.api.metadata.v3.model that return CreateEntityTypeRequest Modifier and Type Method Description abstract CreateEntityTypeRequestCreateEntityTypeRequest.Builder. build()
-