AccessRoleBindingNameListSuccessResponseInner Class

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

Implements

public final class AccessRoleBindingNameListSuccessResponseInner
implements JsonSerializable<AccessRoleBindingNameListSuccessResponseInner>

Details of the role binding names returned on successful response.

Method Summary

Modifier and Type Method and Description
List<String> data()

Get the data property: List of role binding names.

static AccessRoleBindingNameListSuccessResponseInner fromJson(JsonReader jsonReader)

Reads an instance of AccessRoleBindingNameListSuccessResponseInner from the JsonReader.

String kind()

Get the kind property: Type of response.

ConfluentListMetadata metadata()

Get the metadata property: Metadata of the list.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

data

public List<String> data()

Get the data property: List of role binding names.

Returns:

the data value.

fromJson

public static AccessRoleBindingNameListSuccessResponseInner fromJson(JsonReader jsonReader)

Reads an instance of AccessRoleBindingNameListSuccessResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AccessRoleBindingNameListSuccessResponseInner 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 AccessRoleBindingNameListSuccessResponseInner.

kind

public String kind()

Get the kind property: Type of response.

Returns:

the kind value.

metadata

public ConfluentListMetadata metadata()

Get the metadata property: Metadata of the list.

Returns:

the metadata value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to