| Package | Description |
|---|---|
| com.podio.common | |
| com.podio.org | |
| com.podio.share | |
| com.podio.space |
| Modifier and Type | Method and Description |
|---|---|
static Role |
Role.getByName(String value) |
static Role |
Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role[] |
Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Role |
OrganizationMember.getRole() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrganizationMember.setRole(Role role) |
| Modifier and Type | Method and Description |
|---|---|
Role |
Share.getRole() |
| Modifier and Type | Method and Description |
|---|---|
void |
Share.setRole(Role role) |
| Modifier and Type | Method and Description |
|---|---|
Role |
SpaceMemberUpdate.getRole() |
Role |
SpaceMemberDetails.getRole() |
Role |
SpaceMember.getRole() |
Role |
SpaceInvitation.getRole() |
Role |
Space.getRole() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpaceMemberUpdate.setRole(Role role) |
void |
SpaceMember.setRole(Role role) |
void |
SpaceInvitation.setRole(Role role) |
void |
Space.setRole(Role role) |
void |
SpaceAPI.updateSpaceMembership(int spaceId,
int userId,
Role role)
Updates a space membership with another role
|
| Constructor and Description |
|---|
SpaceInvitation(Role role,
String subject,
String message,
boolean resend,
boolean notify,
List<Integer> users,
List<String> mails) |
SpaceMemberUpdate(Role role) |
Copyright © 2014. All Rights Reserved.