Uses of Class
org.tailormap.api.persistence.json.AttachmentAttributeType
Packages that use AttachmentAttributeType
-
Uses of AttachmentAttributeType in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return AttachmentAttributeTypeModifier and TypeMethodDescriptionAttachmentAttributeType.attributeName(String attributeName) AttachmentAttributeType.maxAttachmentSize(Long maxAttachmentSize) Methods in org.tailormap.api.persistence.json that return types with arguments of type AttachmentAttributeTypeModifier and TypeMethodDescription@NotNull @Valid @Size(min=0) Set<@Valid AttachmentAttributeType> FeatureTypeSettings.getAttachmentAttributes()List of attributes that are attachments (files, images, etc.).Methods in org.tailormap.api.persistence.json with parameters of type AttachmentAttributeTypeModifier and TypeMethodDescriptionFeatureTypeSettings.addAttachmentAttributesItem(AttachmentAttributeType attachmentAttributesItem) Method parameters in org.tailormap.api.persistence.json with type arguments of type AttachmentAttributeTypeModifier and TypeMethodDescriptionFeatureTypeSettings.attachmentAttributes(Set<@Valid AttachmentAttributeType> attachmentAttributes) voidFeatureTypeSettings.setAttachmentAttributes(Set<@Valid AttachmentAttributeType> attachmentAttributes) -
Uses of AttachmentAttributeType in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return types with arguments of type AttachmentAttributeTypeModifier and TypeMethodDescription@Valid List<@Valid AttachmentAttributeType> LayerDetails.getAttachmentAttributes()Get attachmentAttributes@Valid @Size(min=0) Set<@Valid AttachmentAttributeType> FeaturesResponse.getAttachmentMetadata()Get attachmentMetadataMethods in org.tailormap.api.viewer.model with parameters of type AttachmentAttributeTypeModifier and TypeMethodDescriptionLayerDetails.addAttachmentAttributesItem(AttachmentAttributeType attachmentAttributesItem) FeaturesResponse.addAttachmentMetadataItem(AttachmentAttributeType attachmentMetadataItem) Method parameters in org.tailormap.api.viewer.model with type arguments of type AttachmentAttributeTypeModifier and TypeMethodDescriptionLayerDetails.attachmentAttributes(List<@Valid AttachmentAttributeType> attachmentAttributes) FeaturesResponse.attachmentMetadata(Set<@Valid AttachmentAttributeType> attachmentMetadata) voidLayerDetails.setAttachmentAttributes(List<@Valid AttachmentAttributeType> attachmentAttributes) voidFeaturesResponse.setAttachmentMetadata(Set<@Valid AttachmentAttributeType> attachmentMetadata)