public class WebhookSubscriptionDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_API_ID |
static String |
SERIALIZED_NAME_APP_ID |
static String |
SERIALIZED_NAME_CALL_BACK_URL |
static String |
SERIALIZED_NAME_DELIVERY_STATUS |
static String |
SERIALIZED_NAME_DELIVERY_TIME |
static String |
SERIALIZED_NAME_TOPIC |
| Constructor and Description |
|---|
WebhookSubscriptionDTO() |
| Modifier and Type | Method and Description |
|---|---|
WebhookSubscriptionDTO |
apiId(String apiId) |
WebhookSubscriptionDTO |
appId(String appId) |
WebhookSubscriptionDTO |
callBackUrl(String callBackUrl) |
WebhookSubscriptionDTO |
deliveryStatus(Integer deliveryStatus) |
WebhookSubscriptionDTO |
deliveryTime(String deliveryTime) |
boolean |
equals(Object o) |
String |
getApiId()
Get apiId
|
String |
getAppId()
Get appId
|
String |
getCallBackUrl()
Get callBackUrl
|
Integer |
getDeliveryStatus()
Get deliveryStatus
|
String |
getDeliveryTime()
Get deliveryTime
|
String |
getTopic()
Get topic
|
int |
hashCode() |
void |
setApiId(String apiId) |
void |
setAppId(String appId) |
void |
setCallBackUrl(String callBackUrl) |
void |
setDeliveryStatus(Integer deliveryStatus) |
void |
setDeliveryTime(String deliveryTime) |
void |
setTopic(String topic) |
WebhookSubscriptionDTO |
topic(String topic) |
String |
toString() |
public static final String SERIALIZED_NAME_API_ID
public static final String SERIALIZED_NAME_APP_ID
public static final String SERIALIZED_NAME_TOPIC
public static final String SERIALIZED_NAME_CALL_BACK_URL
public static final String SERIALIZED_NAME_DELIVERY_TIME
public static final String SERIALIZED_NAME_DELIVERY_STATUS
public WebhookSubscriptionDTO apiId(String apiId)
public void setApiId(String apiId)
public WebhookSubscriptionDTO appId(String appId)
public void setAppId(String appId)
public WebhookSubscriptionDTO topic(String topic)
public void setTopic(String topic)
public WebhookSubscriptionDTO callBackUrl(String callBackUrl)
public void setCallBackUrl(String callBackUrl)
public WebhookSubscriptionDTO deliveryTime(String deliveryTime)
public void setDeliveryTime(String deliveryTime)
public WebhookSubscriptionDTO deliveryStatus(Integer deliveryStatus)
@Nullable public Integer getDeliveryStatus()
public void setDeliveryStatus(Integer deliveryStatus)
Copyright © 2021 WSO2 Inc. All rights reserved.