AccessListUsersSuccessResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. fluent. models. AccessListUsersSuccessResponseInner
- com.
Implements
public final class AccessListUsersSuccessResponseInner
implements JsonSerializable<AccessListUsersSuccessResponseInner>
List users success response.
Constructor Summary
| Constructor | Description |
|---|---|
| AccessListUsersSuccessResponseInner() |
Creates an instance of Access |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<User |
data()
Get the data property: Data of the users list. |
|
static
Access |
fromJson(JsonReader jsonReader)
Reads an instance of Access |
| String |
kind()
Get the kind property: Type of response. |
|
Confluent |
metadata()
Get the metadata property: Metadata of the list. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Access |
withData(List<UserRecord> data)
Set the data property: Data of the users list. |
|
Access |
withKind(String kind)
Set the kind property: Type of response. |
|
Access |
withMetadata(ConfluentListMetadata metadata)
Set the metadata property: Metadata of the list. |
Methods inherited from java.lang.Object
Constructor Details
AccessListUsersSuccessResponseInner
public AccessListUsersSuccessResponseInner()
Creates an instance of AccessListUsersSuccessResponseInner class.
Method Details
data
public List<UserRecord> data()
Get the data property: Data of the users list.
Returns:
fromJson
public static AccessListUsersSuccessResponseInner fromJson(JsonReader jsonReader)
Reads an instance of AccessListUsersSuccessResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
kind
public String kind()
Get the kind property: Type of response.
Returns:
metadata
public ConfluentListMetadata metadata()
Get the metadata property: Metadata of the list.
Returns:
toJson
validate
public void validate()
Validates the instance.
withData
public AccessListUsersSuccessResponseInner withData(List<UserRecord> data)
Set the data property: Data of the users list.
Parameters:
Returns:
withKind
public AccessListUsersSuccessResponseInner withKind(String kind)
Set the kind property: Type of response.
Parameters:
Returns:
withMetadata
public AccessListUsersSuccessResponseInner withMetadata(ConfluentListMetadata metadata)
Set the metadata property: Metadata of the list.
Parameters:
Returns: