Uses of Class
com.adyen.model.transferwebhooks.InternalReviewTrackingData.StatusEnum
-
Packages that use InternalReviewTrackingData.StatusEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of InternalReviewTrackingData.StatusEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return InternalReviewTrackingData.StatusEnum Modifier and Type Method Description static InternalReviewTrackingData.StatusEnumInternalReviewTrackingData.StatusEnum. fromValue(String value)InternalReviewTrackingData.StatusEnumInternalReviewTrackingData. getStatus()The status of the transfer.static InternalReviewTrackingData.StatusEnumInternalReviewTrackingData.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static InternalReviewTrackingData.StatusEnum[]InternalReviewTrackingData.StatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.transferwebhooks with parameters of type InternalReviewTrackingData.StatusEnum Modifier and Type Method Description voidInternalReviewTrackingData. setStatus(InternalReviewTrackingData.StatusEnum status)The status of the transfer.InternalReviewTrackingDataInternalReviewTrackingData. status(InternalReviewTrackingData.StatusEnum status)The status of the transfer.
-