Uses of Class
io.gs2.megaField.model.LayerModelMaster
Packages that use LayerModelMaster
-
Uses of LayerModelMaster in io.gs2.megaField.model
Methods in io.gs2.megaField.model that return LayerModelMasterModifier and TypeMethodDescriptionstatic LayerModelMasterLayerModelMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) LayerModelMaster.withCreatedAt(Long createdAt) LayerModelMaster.withDescription(String description) LayerModelMaster.withLayerModelMasterId(String layerModelMasterId) LayerModelMaster.withMetadata(String metadata) LayerModelMaster.withRevision(Long revision) LayerModelMaster.withUpdatedAt(Long updatedAt) Methods in io.gs2.megaField.model with parameters of type LayerModelMaster -
Uses of LayerModelMaster in io.gs2.megaField.result
Methods in io.gs2.megaField.result that return LayerModelMasterModifier and TypeMethodDescriptionCreateLayerModelMasterResult.getItem()DeleteLayerModelMasterResult.getItem()GetLayerModelMasterResult.getItem()UpdateLayerModelMasterResult.getItem()Methods in io.gs2.megaField.result that return types with arguments of type LayerModelMasterMethods in io.gs2.megaField.result with parameters of type LayerModelMasterModifier and TypeMethodDescriptionvoidCreateLayerModelMasterResult.setItem(LayerModelMaster item) voidDeleteLayerModelMasterResult.setItem(LayerModelMaster item) voidGetLayerModelMasterResult.setItem(LayerModelMaster item) voidUpdateLayerModelMasterResult.setItem(LayerModelMaster item) CreateLayerModelMasterResult.withItem(LayerModelMaster item) DeleteLayerModelMasterResult.withItem(LayerModelMaster item) GetLayerModelMasterResult.withItem(LayerModelMaster item) UpdateLayerModelMasterResult.withItem(LayerModelMaster item) Method parameters in io.gs2.megaField.result with type arguments of type LayerModelMasterModifier and TypeMethodDescriptionvoidDescribeLayerModelMastersResult.setItems(List<LayerModelMaster> items) DescribeLayerModelMastersResult.withItems(List<LayerModelMaster> items)