Package org.azd.servicehooks.types
Class ServiceHooksSubscription
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.servicehooks.types.ServiceHooksSubscription
Encapsulates an event subscription.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getUrl()
void
void
setActionDescription
(String actionDescription) void
setConsumerActionId
(String consumerActionId) void
setConsumerId
(String consumerId) void
setConsumerInputs
(Object consumerInputs) void
setCreatedBy
(Author createdBy) void
setCreatedDate
(String createdDate) void
setEventDescription
(String eventDescription) void
setEventType
(String eventType) void
void
setModifiedBy
(Object modifiedBy) void
setModifiedDate
(String modifiedDate) void
setProbationRetries
(String probationRetries) void
setPublisherId
(String publisherId) void
setPublisherInputs
(Object publisherInputs) void
setResourceVersion
(String resourceVersion) void
setStatus
(SubscriptionStatus status) void
setSubscriber
(Author subscriber) void
Methods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree, toString
-
Constructor Details
-
ServiceHooksSubscription
public ServiceHooksSubscription()
-
-
Method Details
-
getActionDescription
-
setActionDescription
-
getConsumerActionId
-
setConsumerActionId
-
getConsumerId
-
setConsumerId
-
getConsumerInputs
-
setConsumerInputs
-
getCreatedBy
-
setCreatedBy
-
getCreatedDate
-
setCreatedDate
-
getEventDescription
-
setEventDescription
-
getEventType
-
setEventType
-
getId
-
setId
-
getModifiedBy
-
setModifiedBy
-
getModifiedDate
-
setModifiedDate
-
getProbationRetries
-
setProbationRetries
-
getPublisherId
-
setPublisherId
-
getPublisherInputs
-
setPublisherInputs
-
getResourceVersion
-
setResourceVersion
-
getStatus
-
setStatus
-
getSubscriber
-
setSubscriber
-
getUrl
-
setUrl
-
get_links
-
set_links
-