| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
RoleType |
RoleItem.role_type |
| Modifier and Type | Method and Description |
|---|---|
static RoleType |
RoleType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
RoleType |
RoleItem.getRole_type() |
static RoleType |
RoleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleType[] |
RoleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RoleItem |
RoleItem.setRole_type(RoleType role_type) |
RoleItem.Builder |
RoleItem.Builder.setRole_type(RoleType role_type) |
| Constructor and Description |
|---|
RoleItem(byte[] user_id,
int space_id,
RoleType role_type) |
Copyright © 2022. All rights reserved.