Class LinkDescription
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.LinkDescription
- All Implemented Interfaces:
Serializable
The request-related HATEOAS link.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHref()
The complete target URL.The HTTP method required to make the related call.getRel()
The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link.void
The complete target URL.void
The HTTP method required to make the related call.void
The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link.
-
Constructor Details
-
LinkDescription
public LinkDescription()
-
-
Method Details
-
setHref
The complete target URL. -
setRel
The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link. -
setMethod
The HTTP method required to make the related call. -
getHref
The complete target URL. -
getRel
The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link. -
getMethod
The HTTP method required to make the related call.
-