Aracılığıyla paylaş


VerificationCodeResponseInner Class

public final class VerificationCodeResponseInner
extends ProxyResource

Description of the response of the verification code.

Constructor Summary

Constructor Description
VerificationCodeResponseInner()

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: Request etag.

VerificationCodeResponseProperties properties()

Get the properties property: The properties property.

void validate()

Validates the instance.

VerificationCodeResponseInner withProperties(VerificationCodeResponseProperties properties)

Set the properties property: The properties property.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

VerificationCodeResponseInner

public VerificationCodeResponseInner()

Method Details

etag

public String etag()

Get the etag property: Request etag.

Returns:

the etag value.

properties

public VerificationCodeResponseProperties properties()

Get the properties property: The properties property.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

withProperties

public VerificationCodeResponseInner withProperties(VerificationCodeResponseProperties properties)

Set the properties property: The properties property.

Parameters:

properties - the properties value to set.

Returns:

the VerificationCodeResponseInner object itself.

Applies to