CertificateDeleteHeaders Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.CertificateDeleteHeaders

public class CertificateDeleteHeaders

Defines headers for Delete operation.

Constructor Summary

Constructor Description
CertificateDeleteHeaders()

Method Summary

Modifier and Type Method and Description
java.lang.String location()

Get the URL of the resource used to check the status of the asynchronous operation.

java.lang.Integer retryAfter()

Get suggested delay to check the status of the asynchronous operation.

CertificateDeleteHeaders withLocation(String location)

Set the URL of the resource used to check the status of the asynchronous operation.

CertificateDeleteHeaders withRetryAfter(Integer retryAfter)

Set suggested delay to check the status of the asynchronous operation.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

CertificateDeleteHeaders

public CertificateDeleteHeaders()

Method Details

location

public String location()

Get the URL of the resource used to check the status of the asynchronous operation.

Returns:

the location value

retryAfter

public Integer retryAfter()

Get suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds.

Returns:

the retryAfter value

withLocation

public CertificateDeleteHeaders withLocation(String location)

Set the URL of the resource used to check the status of the asynchronous operation.

Parameters:

location - the location value to set

Returns:

the CertificateDeleteHeaders object itself.

withRetryAfter

public CertificateDeleteHeaders withRetryAfter(Integer retryAfter)

Set suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds.

Parameters:

retryAfter - the retryAfter value to set

Returns:

the CertificateDeleteHeaders object itself.

Applies to