Uses of Class
com.adyen.model.management.ModelFile
-
Packages that use ModelFile Package Description com.adyen.model.management -
-
Uses of ModelFile in com.adyen.model.management
Methods in com.adyen.model.management that return ModelFile Modifier and Type Method Description ModelFileModelFile. data(String data)static ModelFileModelFile. fromJson(String jsonString)Create an instance of ModelFile given an JSON stringModelFileProfile. getEapCaCert()Get eapCaCertModelFileProfile. getEapClientCert()Get eapClientCertModelFileProfile. getEapClientKey()Get eapClientKeyModelFileProfile. getEapIntermediateCert()Get eapIntermediateCertModelFileModelFile. name(String name)Methods in com.adyen.model.management with parameters of type ModelFile Modifier and Type Method Description ProfileProfile. eapCaCert(ModelFile eapCaCert)ProfileProfile. eapClientCert(ModelFile eapClientCert)ProfileProfile. eapClientKey(ModelFile eapClientKey)ProfileProfile. eapIntermediateCert(ModelFile eapIntermediateCert)voidProfile. setEapCaCert(ModelFile eapCaCert)eapCaCertvoidProfile. setEapClientCert(ModelFile eapClientCert)eapClientCertvoidProfile. setEapClientKey(ModelFile eapClientKey)eapClientKeyvoidProfile. setEapIntermediateCert(ModelFile eapIntermediateCert)eapIntermediateCert
-