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

Packages that use ErrorData
com.paypal.svcs.types.common   
com.paypal.svcs.types.perm   
 

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

Methods in com.paypal.svcs.types.common that return ErrorData
static ErrorData ErrorData.createInstance(Map<String,String> map, String prefix, int index)
           
 

Methods in com.paypal.svcs.types.common that return types with arguments of type ErrorData
 List<ErrorData> FaultMessage.getError()
          Getter for error
 

Method parameters in com.paypal.svcs.types.common with type arguments of type ErrorData
 void FaultMessage.setError(List<ErrorData> error)
          Setter for error
 

Uses of ErrorData in com.paypal.svcs.types.perm
 

Methods in com.paypal.svcs.types.perm that return types with arguments of type ErrorData
 List<ErrorData> RequestPermissionsResponse.getError()
          Getter for error
 List<ErrorData> GetPermissionsResponse.getError()
          Getter for error
 List<ErrorData> GetBasicPersonalDataResponse.getError()
          Getter for error
 List<ErrorData> GetAdvancedPersonalDataResponse.getError()
          Getter for error
 List<ErrorData> GetAccessTokenResponse.getError()
          Getter for error
 List<ErrorData> CancelPermissionsResponse.getError()
          Getter for error
 

Method parameters in com.paypal.svcs.types.perm with type arguments of type ErrorData
 void RequestPermissionsResponse.setError(List<ErrorData> error)
          Setter for error
 void GetPermissionsResponse.setError(List<ErrorData> error)
          Setter for error
 void GetBasicPersonalDataResponse.setError(List<ErrorData> error)
          Setter for error
 void GetAdvancedPersonalDataResponse.setError(List<ErrorData> error)
          Setter for error
 void GetAccessTokenResponse.setError(List<ErrorData> error)
          Setter for error
 void CancelPermissionsResponse.setError(List<ErrorData> error)
          Setter for error
 



Copyright © 2013. All Rights Reserved.