Uses of Class
io.gs2.formation.request.GetPropertyFormWithSignatureByUserIdRequest
Packages that use GetPropertyFormWithSignatureByUserIdRequest
-
Uses of GetPropertyFormWithSignatureByUserIdRequest in io.gs2.formation
Methods in io.gs2.formation with parameters of type GetPropertyFormWithSignatureByUserIdRequestModifier and TypeMethodDescriptionGs2FormationRestClient.getPropertyFormWithSignatureByUserId(GetPropertyFormWithSignatureByUserIdRequest request) voidGs2FormationRestClient.getPropertyFormWithSignatureByUserIdAsync(GetPropertyFormWithSignatureByUserIdRequest request, AsyncAction<AsyncResult<GetPropertyFormWithSignatureByUserIdResult>> callback) -
Uses of GetPropertyFormWithSignatureByUserIdRequest in io.gs2.formation.request
Methods in io.gs2.formation.request that return GetPropertyFormWithSignatureByUserIdRequestModifier and TypeMethodDescriptionGetPropertyFormWithSignatureByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetPropertyFormWithSignatureByUserIdRequest.withNamespaceName(String namespaceName) GetPropertyFormWithSignatureByUserIdRequest.withPropertyFormModelName(String propertyFormModelName) GetPropertyFormWithSignatureByUserIdRequest.withPropertyId(String propertyId) GetPropertyFormWithSignatureByUserIdRequest.withTimeOffsetToken(String timeOffsetToken) GetPropertyFormWithSignatureByUserIdRequest.withUserId(String userId)