Uses of Class
io.gs2.formation.request.SetFormWithSignatureRequest
Packages that use SetFormWithSignatureRequest
-
Uses of SetFormWithSignatureRequest in io.gs2.formation
Methods in io.gs2.formation with parameters of type SetFormWithSignatureRequestModifier and TypeMethodDescriptionGs2FormationRestClient.setFormWithSignature(SetFormWithSignatureRequest request) voidGs2FormationRestClient.setFormWithSignatureAsync(SetFormWithSignatureRequest request, AsyncAction<AsyncResult<SetFormWithSignatureResult>> callback) -
Uses of SetFormWithSignatureRequest in io.gs2.formation.request
Methods in io.gs2.formation.request that return SetFormWithSignatureRequestModifier and TypeMethodDescriptionstatic SetFormWithSignatureRequestSetFormWithSignatureRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) SetFormWithSignatureRequest.withAccessToken(String accessToken) SetFormWithSignatureRequest.withDuplicationAvoider(String duplicationAvoider) SetFormWithSignatureRequest.withMoldModelName(String moldModelName) SetFormWithSignatureRequest.withNamespaceName(String namespaceName) SetFormWithSignatureRequest.withSlots(List<SlotWithSignature> slots)