Uses of Class
io.gs2.formation.request.GetPropertyFormRequest
Packages that use GetPropertyFormRequest
-
Uses of GetPropertyFormRequest in io.gs2.formation
Methods in io.gs2.formation with parameters of type GetPropertyFormRequestModifier and TypeMethodDescriptionGs2FormationRestClient.getPropertyForm(GetPropertyFormRequest request) voidGs2FormationRestClient.getPropertyFormAsync(GetPropertyFormRequest request, AsyncAction<AsyncResult<GetPropertyFormResult>> callback) -
Uses of GetPropertyFormRequest in io.gs2.formation.request
Methods in io.gs2.formation.request that return GetPropertyFormRequestModifier and TypeMethodDescriptionstatic GetPropertyFormRequestGetPropertyFormRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetPropertyFormRequest.withAccessToken(String accessToken) GetPropertyFormRequest.withNamespaceName(String namespaceName) GetPropertyFormRequest.withPropertyFormModelName(String propertyFormModelName) GetPropertyFormRequest.withPropertyId(String propertyId)