Enum PaymentStatus

java.lang.Object
java.lang.Enum<PaymentStatus>
br.com.moip.resource.PaymentStatus
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PaymentStatus>, java.lang.constant.Constable

public enum PaymentStatus
extends java.lang.Enum<PaymentStatus>
Created by feitosa on 12/05/16.
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    AUTHORIZED  
    CANCELLED  
    IN_ANALYSIS  
    IN_REVISION  
    INITIATED  
    PRE_AUTHORIZED  
    PRINTED  
    REFUNDED  
    REVERTED  
    SETTLED  
    UNKNOWN  
    WAITING  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDescription()  
    int getId()  
    static PaymentStatus getStatus​(int id)  
    void setDescription​(java.lang.String description)  
    void setId​(int id)  
    static PaymentStatus valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static PaymentStatus[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait