Uses of Class
com.adyen.model.balanceplatform.ListAssociationsResponse
-
Packages that use ListAssociationsResponse Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of ListAssociationsResponse in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return ListAssociationsResponse Modifier and Type Method Description ListAssociationsResponseListAssociationsResponse. addDataItem(AssociationListing dataItem)ListAssociationsResponseListAssociationsResponse. data(List<AssociationListing> data)Contains a list of associations and their corresponding details.static ListAssociationsResponseListAssociationsResponse. fromJson(String jsonString)Create an instance of ListAssociationsResponse given an JSON stringListAssociationsResponseListAssociationsResponse. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.ListAssociationsResponseListAssociationsResponse. itemsTotal(Integer itemsTotal)The total number of items available.ListAssociationsResponseListAssociationsResponse. links(Link links)linksListAssociationsResponseListAssociationsResponse. pagesTotal(Integer pagesTotal)The total number of pages available. -
Uses of ListAssociationsResponse in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return ListAssociationsResponse Modifier and Type Method Description ListAssociationsResponseScaAssociationManagementApi. listAssociations(ScaEntityType entityType, String entityId, Integer pageSize, Integer pageNumber)Get a list of devices associated with an entityListAssociationsResponseScaAssociationManagementApi. listAssociations(ScaEntityType entityType, String entityId, Integer pageSize, Integer pageNumber, RequestOptions requestOptions)Get a list of devices associated with an entity
-