Uses of Class
model.ListDisputesQueryParams
Packages that use ListDisputesQueryParams
-
Uses of ListDisputesQueryParams in api
Methods in api with parameters of type ListDisputesQueryParamsModifier and TypeMethodDescriptionDisputesApi.list(ListDisputesQueryParams listDisputesQueryParams) List Disputes Retrieve a list of `Disputes`. -
Uses of ListDisputesQueryParams in model
Methods in model that return ListDisputesQueryParamsModifier and TypeMethodDescriptionListDisputesQueryParams.createdAtGte(String createdAtGte) ListDisputesQueryParams.createdAtLte(String createdAtLte) static ListDisputesQueryParamsCreate an instance of ListDisputesQueryParams given an JSON stringListDisputesQueryParams.updatedAtGte(String updatedAtGte) ListDisputesQueryParams.updatedAtLte(String updatedAtLte)