次の方法で共有


AccessRoleBindingNameListSuccessResponse Interface

public interface AccessRoleBindingNameListSuccessResponse

An immutable client-side representation of AccessRoleBindingNameListSuccessResponse.

Method Summary

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

Gets the data property: List of role binding names.

abstract AccessRoleBindingNameListSuccessResponseInner innerModel()

Gets the inner com.azure.resourcemanager.confluent.fluent.models.AccessRoleBindingNameListSuccessResponseInner object.

abstract String kind()

Gets the kind property: Type of response.

abstract ConfluentListMetadata metadata()

Gets the metadata property: Metadata of the list.

Method Details

data

public abstract List<String> data()

Gets the data property: List of role binding names.

Returns:

the data value.

innerModel

public abstract AccessRoleBindingNameListSuccessResponseInner innerModel()

Gets the inner com.azure.resourcemanager.confluent.fluent.models.AccessRoleBindingNameListSuccessResponseInner object.

Returns:

the inner object.

kind

public abstract String kind()

Gets the kind property: Type of response.

Returns:

the kind value.

metadata

public abstract ConfluentListMetadata metadata()

Gets the metadata property: Metadata of the list.

Returns:

the metadata value.

Applies to