SubscriptionFullUrlInner Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. fluent. models. SubscriptionFullUrlInner
- com.
Implements
public final class SubscriptionFullUrlInner
implements JsonSerializable<SubscriptionFullUrlInner>
Full endpoint URL of an event subscription.
Constructor Summary
| Constructor | Description |
|---|---|
| SubscriptionFullUrlInner() |
Creates an instance of Subscription |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
endpointUrl()
Get the endpoint |
|
static
Subscription |
fromJson(JsonReader jsonReader)
Reads an instance of Subscription |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Subscription |
withEndpointUrl(String endpointUrl)
Set the endpoint |
Methods inherited from java.lang.Object
Constructor Details
SubscriptionFullUrlInner
public SubscriptionFullUrlInner()
Creates an instance of SubscriptionFullUrlInner class.
Method Details
endpointUrl
public String endpointUrl()
Get the endpointUrl property: The URL that represents the endpoint of the destination of an event subscription.
Returns:
fromJson
public static SubscriptionFullUrlInner fromJson(JsonReader jsonReader)
Reads an instance of SubscriptionFullUrlInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withEndpointUrl
public SubscriptionFullUrlInner withEndpointUrl(String endpointUrl)
Set the endpointUrl property: The URL that represents the endpoint of the destination of an event subscription.
Parameters:
Returns: