Share via


AccessListUsersSuccessResponse Interface

public interface AccessListUsersSuccessResponse

An immutable client-side representation of AccessListUsersSuccessResponse.

Method Summary

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

Gets the data property: Data of the users list.

abstract AccessListUsersSuccessResponseInner innerModel()

Gets the inner com.azure.resourcemanager.confluent.fluent.models.AccessListUsersSuccessResponseInner 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<UserRecord> data()

Gets the data property: Data of the users list.

Returns:

the data value.

innerModel

public abstract AccessListUsersSuccessResponseInner innerModel()

Gets the inner com.azure.resourcemanager.confluent.fluent.models.AccessListUsersSuccessResponseInner 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