IdentifierInner Class

public final class IdentifierInner
extends ProxyOnlyResource

A domain specific resource identifier.

Constructor Summary

Constructor Description
IdentifierInner()

Creates an instance of IdentifierInner class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

String value()

Get the value property: String representation of the identity.

IdentifierInner withKind(String kind)

Set the kind property: Kind of resource.

IdentifierInner withValue(String value)

Set the value property: String representation of the identity.

Methods inherited from ProxyResource

Methods inherited from ProxyOnlyResource

Methods inherited from java.lang.Object

Constructor Details

IdentifierInner

public IdentifierInner()

Creates an instance of IdentifierInner class.

Method Details

validate

public void validate()

Validates the instance.

Overrides:

IdentifierInner.validate()

value

public String value()

Get the value property: String representation of the identity.

Returns:

the value value.

withKind

public IdentifierInner withKind(String kind)

Set the kind property: Kind of resource.

Overrides:

IdentifierInner.withKind(String kind)

Parameters:

kind

withValue

public IdentifierInner withValue(String value)

Set the value property: String representation of the identity.

Parameters:

value - the value value to set.

Returns:

the IdentifierInner object itself.

Applies to