Uses of Class
com.paypal.svcs.types.common.ErrorSeverity

Packages that use ErrorSeverity
com.paypal.svcs.types.common   
 

Uses of ErrorSeverity in com.paypal.svcs.types.common
 

Methods in com.paypal.svcs.types.common that return ErrorSeverity
static ErrorSeverity ErrorSeverity.fromValue(String v)
           
 ErrorSeverity ErrorData.getSeverity()
          Getter for severity
static ErrorSeverity ErrorSeverity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ErrorSeverity[] ErrorSeverity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.paypal.svcs.types.common with parameters of type ErrorSeverity
 void ErrorData.setSeverity(ErrorSeverity severity)
          Setter for severity
 



Copyright © 2013. All Rights Reserved.