Delen via


Examples.ExamplesAddDefinitionStages.WithExecute Interface

public interface WithExecute extends Examples.ExamplesAddDefinitionStages.WithAllOptions

The last stage of the definition which will make the operation call.

Method Summary

Modifier and Type Method and Description
LabelExampleResponse execute()

Execute the request.

Observable<LabelExampleResponse> executeAsync()

Execute the request asynchronously.

Inherited Members

Method Details

execute

public LabelExampleResponse execute()

Execute the request.

Returns:

the LabelExampleResponse object if successful.

executeAsync

public Observable executeAsync()

Execute the request asynchronously.

Returns:

the observable to the LabelExampleResponse object

Applies to