Share via


SubscriptionFullUrlInner Class

  • java.lang.Object
    • com.azure.resourcemanager.eventgrid.fluent.models.SubscriptionFullUrlInner

Implements

public final class SubscriptionFullUrlInner
implements JsonSerializable<SubscriptionFullUrlInner>

Full endpoint URL of an event subscription.

Constructor Summary

Constructor Description
SubscriptionFullUrlInner()

Creates an instance of SubscriptionFullUrlInner class.

Method Summary

Modifier and Type Method and Description
String endpointUrl()

Get the endpointUrl property: The URL that represents the endpoint of the destination of an event subscription.

static SubscriptionFullUrlInner fromJson(JsonReader jsonReader)

Reads an instance of SubscriptionFullUrlInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

SubscriptionFullUrlInner withEndpointUrl(String endpointUrl)

Set the endpointUrl property: The URL that represents the endpoint of the destination of an event subscription.

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:

the endpointUrl value.

fromJson

public static SubscriptionFullUrlInner fromJson(JsonReader jsonReader)

Reads an instance of SubscriptionFullUrlInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SubscriptionFullUrlInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SubscriptionFullUrlInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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:

endpointUrl - the endpointUrl value to set.

Returns:

the SubscriptionFullUrlInner object itself.

Applies to