Interface EntityTypeRequestMapper

    • Method Detail

      • toEntityType

        EntityType toEntityType​(CreateEntityTypeRequest entityTypeRequest)
        Creates a new entity type from a entity type request.
        Parameters:
        entityTypeRequest - entity type request
        Returns:
        new entity type
      • updateEntityType

        void updateEntityType​(EntityType entityType,
                              Map<String,​Object> entityTypeValues)
        Updates entity type in-place.
        Parameters:
        entityType - entity type to update
        entityTypeValues - entity type values to apply