WebhookUpdatePartnerDestinationInfo Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. PartnerUpdateDestinationInfo - com.
azure. resourcemanager. eventgrid. models. WebhookUpdatePartnerDestinationInfo
- com.
- com.
public final class WebhookUpdatePartnerDestinationInfo
extends PartnerUpdateDestinationInfo
Information about the update of the WebHook of the partner destination.
Constructor Summary
| Constructor | Description |
|---|---|
| WebhookUpdatePartnerDestinationInfo() |
Creates an instance of Webhook |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Partner |
clientAuthentication()
Get the client |
| String |
endpointBaseUrl()
Get the endpoint |
|
Partner |
endpointType()
Get the endpoint |
| String |
endpointUrl()
Get the endpoint |
|
static
Webhook |
fromJson(JsonReader jsonReader)
Reads an instance of Webhook |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Webhook |
withClientAuthentication(PartnerClientAuthentication clientAuthentication)
Set the client |
|
Webhook |
withEndpointBaseUrl(String endpointBaseUrl)
Set the endpoint |
|
Webhook |
withEndpointUrl(String endpointUrl)
Set the endpoint |
Methods inherited from PartnerUpdateDestinationInfo
Methods inherited from java.lang.Object
Constructor Details
WebhookUpdatePartnerDestinationInfo
public WebhookUpdatePartnerDestinationInfo()
Creates an instance of WebhookUpdatePartnerDestinationInfo class.
Method Details
clientAuthentication
public PartnerClientAuthentication clientAuthentication()
Get the clientAuthentication property: Partner client authentication.
Returns:
endpointBaseUrl
public String endpointBaseUrl()
Get the endpointBaseUrl property: The base URL that represents the endpoint of the partner destination.
Returns:
endpointType
public PartnerEndpointType endpointType()
Get the endpointType property: Type of the endpoint for the partner destination.
Overrides:
WebhookUpdatePartnerDestinationInfo.endpointType()Returns:
endpointUrl
public String endpointUrl()
Get the endpointUrl property: The URL that represents the endpoint of the partner destination.
Returns:
fromJson
public static WebhookUpdatePartnerDestinationInfo fromJson(JsonReader jsonReader)
Reads an instance of WebhookUpdatePartnerDestinationInfo from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
WebhookUpdatePartnerDestinationInfo.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
WebhookUpdatePartnerDestinationInfo.validate()withClientAuthentication
public WebhookUpdatePartnerDestinationInfo withClientAuthentication(PartnerClientAuthentication clientAuthentication)
Set the clientAuthentication property: Partner client authentication.
Parameters:
Returns:
withEndpointBaseUrl
public WebhookUpdatePartnerDestinationInfo withEndpointBaseUrl(String endpointBaseUrl)
Set the endpointBaseUrl property: The base URL that represents the endpoint of the partner destination.
Parameters:
Returns:
withEndpointUrl
public WebhookUpdatePartnerDestinationInfo withEndpointUrl(String endpointUrl)
Set the endpointUrl property: The URL that represents the endpoint of the partner destination.
Parameters:
Returns: