Uses of Class
io.gs2.formation.request.SetPropertyFormWithSignatureRequest
Packages that use SetPropertyFormWithSignatureRequest
-
Uses of SetPropertyFormWithSignatureRequest in io.gs2.formation
Methods in io.gs2.formation with parameters of type SetPropertyFormWithSignatureRequestModifier and TypeMethodDescriptionGs2FormationRestClient.setPropertyFormWithSignature(SetPropertyFormWithSignatureRequest request) voidGs2FormationRestClient.setPropertyFormWithSignatureAsync(SetPropertyFormWithSignatureRequest request, AsyncAction<AsyncResult<SetPropertyFormWithSignatureResult>> callback) -
Uses of SetPropertyFormWithSignatureRequest in io.gs2.formation.request
Methods in io.gs2.formation.request that return SetPropertyFormWithSignatureRequestModifier and TypeMethodDescriptionSetPropertyFormWithSignatureRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) SetPropertyFormWithSignatureRequest.withAccessToken(String accessToken) SetPropertyFormWithSignatureRequest.withDuplicationAvoider(String duplicationAvoider) SetPropertyFormWithSignatureRequest.withNamespaceName(String namespaceName) SetPropertyFormWithSignatureRequest.withPropertyFormModelName(String propertyFormModelName) SetPropertyFormWithSignatureRequest.withPropertyId(String propertyId) SetPropertyFormWithSignatureRequest.withSlots(List<SlotWithSignature> slots)