CloudEndpointUpdateProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.storagesync.models.CloudEndpointUpdateProperties

Implements

public final class CloudEndpointUpdateProperties
implements JsonSerializable<CloudEndpointUpdateProperties>

CloudEndpoint Update Properties object.

Constructor Summary

Constructor Description
CloudEndpointUpdateProperties()

Creates an instance of CloudEndpointUpdateProperties class.

Method Summary

Modifier and Type Method and Description
Integer changeEnumerationIntervalDays()

Get the changeEnumerationIntervalDays property: The interval for enumerating changes on the cloud endpoint.

static CloudEndpointUpdateProperties fromJson(JsonReader jsonReader)

Reads an instance of CloudEndpointUpdateProperties from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
CloudEndpointUpdateProperties withChangeEnumerationIntervalDays(Integer changeEnumerationIntervalDays)

Set the changeEnumerationIntervalDays property: The interval for enumerating changes on the cloud endpoint.

Methods inherited from java.lang.Object

Constructor Details

CloudEndpointUpdateProperties

public CloudEndpointUpdateProperties()

Creates an instance of CloudEndpointUpdateProperties class.

Method Details

changeEnumerationIntervalDays

public Integer changeEnumerationIntervalDays()

Get the changeEnumerationIntervalDays property: The interval for enumerating changes on the cloud endpoint.

Returns:

the changeEnumerationIntervalDays value.

fromJson

public static CloudEndpointUpdateProperties fromJson(JsonReader jsonReader)

Reads an instance of CloudEndpointUpdateProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CloudEndpointUpdateProperties 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 CloudEndpointUpdateProperties.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

withChangeEnumerationIntervalDays

public CloudEndpointUpdateProperties withChangeEnumerationIntervalDays(Integer changeEnumerationIntervalDays)

Set the changeEnumerationIntervalDays property: The interval for enumerating changes on the cloud endpoint.

Parameters:

changeEnumerationIntervalDays - the changeEnumerationIntervalDays value to set.

Returns:

the CloudEndpointUpdateProperties object itself.

Applies to