Uses of Class
model.DisputesList
Packages that use DisputesList
-
Uses of DisputesList in api
Methods in api that return DisputesListModifier and TypeMethodDescriptionDisputesApi.APIlistDisputesRequest.execute()Execute listDisputes requestDisputesApi.list(ListDisputesQueryParams listDisputesQueryParams) List Disputes Retrieve a list of `Disputes`.DisputesApi.listApplicationDisputes(String applicationId) List Application Disputes Return a collection of disputes, if there are no disputes, an empty collection will be returned.DisputesApi.listByIdentityId(String identityId, Long limit, Long offset, Long pageNumber, Long pageSize) List Identity Disputes All disputes associated to this identityDisputesApi.listByTransferId(String transferId, Long limit, Long offset, Long pageNumber, Long pageSize) List Tranfer Disputes Get list of all the disputes in the transfers objectMethods in api that return types with arguments of type DisputesListModifier and TypeMethodDescriptionDisputesApi.APIlistDisputesRequest.executeWithHttpInfo()Execute listDisputes request with HTTP info returnedDisputesApi.listApplicationDisputesWithHttpInfo(String applicationId) List Application Disputes Return a collection of disputes, if there are no disputes, an empty collection will be returned.DisputesApi.listIdentityDisputesWithHttpInfo(String identityId, Long limit, Long offset, Long pageNumber, Long pageSize) List Identity Disputes All disputes associated to this identityDisputesApi.listTransferDisputesWithHttpInfo(String transferId, Long limit, Long offset, Long pageNumber, Long pageSize) List Tranfer Disputes Get list of all the disputes in the transfers objectMethod parameters in api with type arguments of type DisputesListModifier and TypeMethodDescriptionokhttp3.CallDisputesApi.APIlistDisputesRequest.executeAsync(ApiCallback<DisputesList> _callback) Execute listDisputes request (asynchronously)okhttp3.CallDisputesApi.listApplicationDisputesAsync(String applicationId, ApiCallback<DisputesList> _callback) List Application Disputes (asynchronously) Return a collection of disputes, if there are no disputes, an empty collection will be returned.okhttp3.CallDisputesApi.listIdentityDisputesAsync(String identityId, Long limit, Long offset, Long pageNumber, Long pageSize, ApiCallback<DisputesList> _callback) List Identity Disputes (asynchronously) All disputes associated to this identityokhttp3.CallDisputesApi.listTransferDisputesAsync(String transferId, Long limit, Long offset, Long pageNumber, Long pageSize, ApiCallback<DisputesList> _callback) List Tranfer Disputes (asynchronously) Get list of all the disputes in the transfers object -
Uses of DisputesList in model
Methods in model that return DisputesListModifier and TypeMethodDescriptionDisputesList.embedded(DisputesListEmbedded embedded) static DisputesListCreate an instance of DisputesList given an JSON stringDisputesList.page(PageCursor page)