Uses of Class
com.adyen.model.dataprotection.SubjectErasureResponse.ResultEnum
-
Packages that use SubjectErasureResponse.ResultEnum Package Description com.adyen.model.dataprotection -
-
Uses of SubjectErasureResponse.ResultEnum in com.adyen.model.dataprotection
Methods in com.adyen.model.dataprotection that return SubjectErasureResponse.ResultEnum Modifier and Type Method Description static SubjectErasureResponse.ResultEnumSubjectErasureResponse.ResultEnum. fromValue(String value)SubjectErasureResponse.ResultEnumSubjectErasureResponse. getResult()The result of this operation.static SubjectErasureResponse.ResultEnumSubjectErasureResponse.ResultEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SubjectErasureResponse.ResultEnum[]SubjectErasureResponse.ResultEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.dataprotection with parameters of type SubjectErasureResponse.ResultEnum Modifier and Type Method Description SubjectErasureResponseSubjectErasureResponse. result(SubjectErasureResponse.ResultEnum result)voidSubjectErasureResponse. setResult(SubjectErasureResponse.ResultEnum result)The result of this operation.
-