Package | Description |
---|---|
com.communote.plugins.api.rest.v30.resource.topic.role |
Modifier and Type | Method and Description |
---|---|
static ERole |
RoleResourceHelper.getERole(BlogRole role)
Convert blog role to rest api resource role
|
ERole |
RoleResource.getRole()
Returns the constant Role.
|
ERole |
CreateRoleParameter.getRole()
Returns the constant Role.
|
static ERole |
ERole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERole[] |
ERole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static BlogRole |
RoleResourceHelper.getBlogRole(ERole eRole)
Get topic role
|
void |
RoleResource.setRole(ERole role)
Sets the constant Role.
|
void |
CreateRoleParameter.setRole(ERole role)
Sets the constant Role.
|
Copyright © 2019 Communote team. All rights reserved.