BuiltInInfoType Class

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

public final class BuiltInInfoType

Pre-configured sensitive information type.

Constructor Summary

Constructor Description
BuiltInInfoType()

Creates an instance of BuiltInInfoType class.

Method Summary

Modifier and Type Method and Description
UUID id()

Get the id property: Id of the info type.

String name()

Get the name property: Display name of the info type.

String type()

Get the type property: Category of the built-in info type.

void validate()

Validates the instance.

BuiltInInfoType withId(UUID id)

Set the id property: Id of the info type.

BuiltInInfoType withName(String name)

Set the name property: Display name of the info type.

BuiltInInfoType withType(String type)

Set the type property: Category of the built-in info type.

Methods inherited from java.lang.Object

Constructor Details

BuiltInInfoType

public BuiltInInfoType()

Creates an instance of BuiltInInfoType class.

Method Details

id

public UUID id()

Get the id property: Id of the info type.

Returns:

the id value.

name

public String name()

Get the name property: Display name of the info type.

Returns:

the name value.

type

public String type()

Get the type property: Category of the built-in info type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withId

public BuiltInInfoType withId(UUID id)

Set the id property: Id of the info type.

Parameters:

id - the id value to set.

Returns:

the BuiltInInfoType object itself.

withName

public BuiltInInfoType withName(String name)

Set the name property: Display name of the info type.

Parameters:

name - the name value to set.

Returns:

the BuiltInInfoType object itself.

withType

public BuiltInInfoType withType(String type)

Set the type property: Category of the built-in info type.

Parameters:

type - the type value to set.

Returns:

the BuiltInInfoType object itself.

Applies to