Uses of Class
io.gs2.formation.result.DescribePropertyFormsResult
Packages that use DescribePropertyFormsResult
-
Uses of DescribePropertyFormsResult in io.gs2.formation
Methods in io.gs2.formation that return DescribePropertyFormsResultModifier and TypeMethodDescriptionGs2FormationRestClient.describePropertyForms(DescribePropertyFormsRequest request) Method parameters in io.gs2.formation with type arguments of type DescribePropertyFormsResultModifier and TypeMethodDescriptionvoidGs2FormationRestClient.describePropertyFormsAsync(DescribePropertyFormsRequest request, AsyncAction<AsyncResult<DescribePropertyFormsResult>> callback) -
Uses of DescribePropertyFormsResult in io.gs2.formation.result
Methods in io.gs2.formation.result that return DescribePropertyFormsResultModifier and TypeMethodDescriptionstatic DescribePropertyFormsResultDescribePropertyFormsResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribePropertyFormsResult.withItems(List<PropertyForm> items) DescribePropertyFormsResult.withNextPageToken(String nextPageToken)