Uses of Enum Class
com.blockchyp.client.dto.SignatureFormat
Packages that use SignatureFormat
-
Uses of SignatureFormat in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return SignatureFormatModifier and TypeMethodDescriptionAuthorizationRequest.getSigFormat()Gets the image format to be used for returning signatures.CaptureSignatureRequest.getSigFormat()Gets the image format to be used for returning signatures.ISignatureRequest.getSigFormat()RefundRequest.getSigFormat()Gets the image format to be used for returning signatures.TermsAndConditionsLogEntry.getSigFormat()Gets the image format to be used for returning signatures.TermsAndConditionsRequest.getSigFormat()Gets the image format to be used for returning signatures.static SignatureFormatReturns the enum constant of this class with the specified name.static SignatureFormat[]SignatureFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blockchyp.client.dto with parameters of type SignatureFormatModifier and TypeMethodDescriptionvoidAuthorizationRequest.setSigFormat(SignatureFormat value) Sets the image format to be used for returning signatures.voidCaptureSignatureRequest.setSigFormat(SignatureFormat value) Sets the image format to be used for returning signatures.voidRefundRequest.setSigFormat(SignatureFormat value) Sets the image format to be used for returning signatures.voidTermsAndConditionsLogEntry.setSigFormat(SignatureFormat value) Sets the image format to be used for returning signatures.voidTermsAndConditionsRequest.setSigFormat(SignatureFormat value) Sets the image format to be used for returning signatures.