Uses of Class
com.adyen.model.recurring.PermitResult
-
Packages that use PermitResult Package Description com.adyen.model.recurring -
-
Uses of PermitResult in com.adyen.model.recurring
Methods in com.adyen.model.recurring that return PermitResult Modifier and Type Method Description static PermitResultPermitResult. fromJson(String jsonString)Create an instance of PermitResult given an JSON stringPermitResultPermitResult. resultKey(String resultKey)PermitResultPermitResult. token(String token)Methods in com.adyen.model.recurring that return types with arguments of type PermitResult Modifier and Type Method Description List<PermitResult>CreatePermitResult. getPermitResultList()List of new permits.Methods in com.adyen.model.recurring with parameters of type PermitResult Modifier and Type Method Description CreatePermitResultCreatePermitResult. addPermitResultListItem(PermitResult permitResultListItem)Method parameters in com.adyen.model.recurring with type arguments of type PermitResult Modifier and Type Method Description CreatePermitResultCreatePermitResult. permitResultList(List<PermitResult> permitResultList)voidCreatePermitResult. setPermitResultList(List<PermitResult> permitResultList)List of new permits.
-