Uses of Class
com.adyen.model.legalentitymanagement.DocumentPage.TypeEnum
-
Packages that use DocumentPage.TypeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of DocumentPage.TypeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return DocumentPage.TypeEnum Modifier and Type Method Description static DocumentPage.TypeEnumDocumentPage.TypeEnum. fromValue(String value)DocumentPage.TypeEnumDocumentPage. getType()typestatic DocumentPage.TypeEnumDocumentPage.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentPage.TypeEnum[]DocumentPage.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.legalentitymanagement with parameters of type DocumentPage.TypeEnum Modifier and Type Method Description voidDocumentPage. setType(DocumentPage.TypeEnum type)typeDocumentPageDocumentPage. type(DocumentPage.TypeEnum type)type
-