Uses of Class
travel.wink.sdk.payment.model.AccountStatusEntry
Packages that use AccountStatusEntry
-
Uses of AccountStatusEntry in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return AccountStatusEntryMethods in travel.wink.sdk.payment.model that return types with arguments of type AccountStatusEntryModifier and TypeMethodDescription@Valid List<AccountStatusEntry>AccountStatusResponse.getTaskList()Get taskList@Valid List<AccountStatusEntry>Account.getTasks()Get tasksMethods in travel.wink.sdk.payment.model with parameters of type AccountStatusEntryModifier and TypeMethodDescriptionAccountStatusResponse.addTaskListItem(AccountStatusEntry taskListItem) Account.addTasksItem(AccountStatusEntry tasksItem) Method parameters in travel.wink.sdk.payment.model with type arguments of type AccountStatusEntryModifier and TypeMethodDescriptionvoidAccountStatusResponse.setTaskList(List<AccountStatusEntry> taskList) voidAccount.setTasks(List<AccountStatusEntry> tasks) AccountStatusResponse.taskList(List<AccountStatusEntry> taskList) Account.tasks(List<AccountStatusEntry> tasks)