Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.LinkDescription
-
Packages that use LinkDescription Package Description com.broadleafcommerce.paypal.micro.gateway.domain.orders -
-
Uses of LinkDescription in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return types with arguments of type LinkDescription Modifier and Type Method Description List<LinkDescription>Authorization. getLinks()An array of related HATEOAS links.List<LinkDescription>Capture. getLinks()An array of related HATEOAS links.List<LinkDescription>Order. getLinks()An array of request-related HATEOAS links.List<LinkDescription>Refund. getLinks()An array of related HATEOAS links.Method parameters in com.broadleafcommerce.paypal.micro.gateway.domain.orders with type arguments of type LinkDescription Modifier and Type Method Description voidAuthorization. setLinks(List<LinkDescription> links)An array of related HATEOAS links.voidCapture. setLinks(List<LinkDescription> links)An array of related HATEOAS links.voidOrder. setLinks(List<LinkDescription> links)An array of request-related HATEOAS links.voidRefund. setLinks(List<LinkDescription> links)An array of related HATEOAS links.
-