JavaScript is disabled on your browser.
public class Endpoints
extends Object
The URIs that are used to perform a retrieval of a public blob, queue or
table object.
Constructor Summary
Constructors
Constructor and Description
Endpoints ()
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Detail
Endpoints
public Endpoints()
Method Detail
blob
public String blob()
Get the blob value.
Returns: the blob value
queue
public String queue()
Get the queue value.
Returns: the queue value
table
public String table()
Get the table value.
Returns: the table value
file
public String file()
Get the file value.
Returns: the file value
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. */