OperationResultsGetHeaders Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.OperationResultsGetHeaders

public final class OperationResultsGetHeaders

The OperationResultsGetHeaders model.

Constructor Summary

Constructor Description
OperationResultsGetHeaders(HttpHeaders rawHeaders)

Creates an instance of OperationResultsGetHeaders class.

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.

Methods inherited from java.lang.Object

Constructor Details

OperationResultsGetHeaders

public OperationResultsGetHeaders(HttpHeaders rawHeaders)

Creates an instance of OperationResultsGetHeaders class.

Parameters:

rawHeaders - The raw HttpHeaders that will be used to create the property values.

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.

Applies to