CertificatesDeleteHeaders Class

  • java.lang.Object
    • com.azure.resourcemanager.batch.models.CertificatesDeleteHeaders

public final class CertificatesDeleteHeaders

The CertificatesDeleteHeaders model.

Constructor Summary

Constructor Description
CertificatesDeleteHeaders()

Method Summary

Modifier and Type Method and Description
String location()

Get the location property: The Location property.

Integer retryAfter()

Get the retryAfter property: The Retry-After property.

void validate()

Validates the instance.

CertificatesDeleteHeaders withLocation(String location)

Set the location property: The Location property.

CertificatesDeleteHeaders withRetryAfter(Integer retryAfter)

Set the retryAfter property: The Retry-After property.

Methods inherited from java.lang.Object

Constructor Details

CertificatesDeleteHeaders

public CertificatesDeleteHeaders()

Method Details

location

public String location()

Get the location property: The Location property.

Returns:

the location value.

retryAfter

public Integer retryAfter()

Get the retryAfter property: The Retry-After property.

Returns:

the retryAfter value.

validate

public void validate()

Validates the instance.

withLocation

public CertificatesDeleteHeaders withLocation(String location)

Set the location property: The Location property.

Parameters:

location - the location value to set.

Returns:

the CertificatesDeleteHeaders object itself.

withRetryAfter

public CertificatesDeleteHeaders withRetryAfter(Integer retryAfter)

Set the retryAfter property: The Retry-After property.

Parameters:

retryAfter - the retryAfter value to set.

Returns:

the CertificatesDeleteHeaders object itself.

Applies to