Class Webhooks
java.lang.Object
org.oxerr.viagogo.model.response.Resource
org.oxerr.viagogo.model.response.PagedResource<Webhook>
org.oxerr.viagogo.model.response.webhook.Webhooks
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
io.openapitools.jackson.dataformat.hal.HALLink
int
hashCode()
void
setCreateLink
(io.openapitools.jackson.dataformat.hal.HALLink createLink) Methods inherited from class org.oxerr.viagogo.model.response.PagedResource
getDeletedItems, getFirstLink, getItems, getLastLink, getNextLink, getPage, getPageSize, getPrevLink, getTotalItems, setDeletedItems, setFirstLink, setItems, setLastLink, setNextLink, setPage, setPageSize, setPrevLink, setTotalItems
Methods inherited from class org.oxerr.viagogo.model.response.Resource
getSelfLink, setSelfLink
-
Constructor Details
-
Webhooks
public Webhooks()
-
-
Method Details
-
getCreateLink
public io.openapitools.jackson.dataformat.hal.HALLink getCreateLink() -
setCreateLink
public void setCreateLink(io.openapitools.jackson.dataformat.hal.HALLink createLink) -
hashCode
public int hashCode()- Overrides:
hashCode
in classPagedResource<Webhook>
-
equals
- Overrides:
equals
in classPagedResource<Webhook>
-