ApiKeyRecordInner Class

  • java.lang.Object
    • com.azure.resourcemanager.confluent.fluent.models.ApiKeyRecordInner

Implements

public final class ApiKeyRecordInner
implements JsonSerializable<ApiKeyRecordInner>

Details API key.

Method Summary

Modifier and Type Method and Description
static ApiKeyRecordInner fromJson(JsonReader jsonReader)

Reads an instance of ApiKeyRecordInner from the JsonReader.

String id()

Get the id property: Id of the api key.

String kind()

Get the kind property: Type of api key.

SCMetadataEntity metadata()

Get the metadata property: Metadata of the record.

ApiKeySpecEntity spec()

Get the spec property: Specification of the API Key.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static ApiKeyRecordInner fromJson(JsonReader jsonReader)

Reads an instance of ApiKeyRecordInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ApiKeyRecordInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ApiKeyRecordInner.

id

public String id()

Get the id property: Id of the api key.

Returns:

the id value.

kind

public String kind()

Get the kind property: Type of api key.

Returns:

the kind value.

metadata

public SCMetadataEntity metadata()

Get the metadata property: Metadata of the record.

Returns:

the metadata value.

spec

public ApiKeySpecEntity spec()

Get the spec property: Specification of the API Key.

Returns:

the spec value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to