Uses of Class
com.paypal.api.payments.Patch

Packages that use Patch
com.paypal.api.payments   
 

Uses of Patch in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return Patch
 Patch Patch.setOp(String op)
          Setter for op
 Patch Patch.setPath(String path)
          Setter for path
 

Method parameters in com.paypal.api.payments with type arguments of type Patch
 void Plan.update(APIContext apiContext, List<Patch> patchRequest)
          Replace specific fields within a billing plan by passing the ID of the billing plan to the request URI.
 Agreement Agreement.update(APIContext apiContext, List<Patch> patchRequest)
          Update details of a billing agreement, such as the description, shipping address, and start date, by passing the ID of the agreement to the request URI.
 void Plan.update(String accessToken, List<Patch> patchRequest)
          Replace specific fields within a billing plan by passing the ID of the billing plan to the request URI.
 Agreement Agreement.update(String accessToken, List<Patch> patchRequest)
          Update details of a billing agreement, such as the description, shipping address, and start date, by passing the ID of the agreement to the request URI.
 



Copyright © 2015. All Rights Reserved.