Uses of Class
io.gs2.formation.model.SlotWithSignature
Packages that use SlotWithSignature
-
Uses of SlotWithSignature in io.gs2.formation.model
Methods in io.gs2.formation.model that return SlotWithSignatureModifier and TypeMethodDescriptionstatic SlotWithSignatureSlotWithSignature.fromJson(com.fasterxml.jackson.databind.JsonNode data) SlotWithSignature.withMetadata(String metadata) SlotWithSignature.withPropertyType(String propertyType) SlotWithSignature.withSignature(String signature) -
Uses of SlotWithSignature in io.gs2.formation.request
Methods in io.gs2.formation.request that return types with arguments of type SlotWithSignatureModifier and TypeMethodDescriptionSetFormWithSignatureRequest.getSlots()SetPropertyFormWithSignatureRequest.getSlots()Method parameters in io.gs2.formation.request with type arguments of type SlotWithSignatureModifier and TypeMethodDescriptionvoidSetFormWithSignatureRequest.setSlots(List<SlotWithSignature> slots) voidSetPropertyFormWithSignatureRequest.setSlots(List<SlotWithSignature> slots) SetFormWithSignatureRequest.withSlots(List<SlotWithSignature> slots) SetPropertyFormWithSignatureRequest.withSlots(List<SlotWithSignature> slots)