EndpointSettings Interface

public interface EndpointSettings

An instance of this class provides access to all the operations defined in EndpointSettings.

Method Summary

Modifier and Type Method and Description
abstract EndpointSettingsDTO getSettings()

Gets endpoint settings for an endpoint.

abstract rx.Observable<EndpointSettingsDTO> getSettingsAsync()

Gets endpoint settings for an endpoint.

abstract WithExecute updateSettings()

Updates endpoint settings for an endpoint.

abstract void updateSettings(UpdateSettingsOptionalParameter updateSettingsOptionalParameter)

Updates endpoint settings for an endpoint.

abstract rx.Observable<Void> updateSettingsAsync(UpdateSettingsOptionalParameter updateSettingsOptionalParameter)

Updates endpoint settings for an endpoint.

Method Details

getSettings

public abstract EndpointSettingsDTO getSettings()

Gets endpoint settings for an endpoint.

Returns:

the EndpointSettingsDTO object if successful.

getSettingsAsync

public abstract Observable getSettingsAsync()

Gets endpoint settings for an endpoint.

Returns:

the observable to the EndpointSettingsDTO object

updateSettings

public abstract EndpointSettings.EndpointSettingsUpdateSettingsDefinitionStages.WithExecute updateSettings()

Updates endpoint settings for an endpoint.

Returns:

the first stage of the updateSettings call

updateSettings

public abstract void updateSettings(UpdateSettingsOptionalParameter updateSettingsOptionalParameter)

Updates endpoint settings for an endpoint.

Parameters:

updateSettingsOptionalParameter - the object representing the optional parameters to be set before calling this API

updateSettingsAsync

public abstract Observable updateSettingsAsync(UpdateSettingsOptionalParameter updateSettingsOptionalParameter)

Updates endpoint settings for an endpoint.

Parameters:

updateSettingsOptionalParameter - the object representing the optional parameters to be set before calling this API

Returns:

a representation of the deferred computation of this call if successful.

Applies to