public enum FolderSharedToType extends Enum<FolderSharedToType>
| Enum Constant and Description |
|---|
AllCspUsers
Enumeration : AllCspUsers
|
AllPrmUsers
Enumeration : AllPrmUsers
|
CustomerPortalUser
Enumeration : CustomerPortalUser
|
Group
Enumeration : Group
|
Manager
Enumeration : Manager
|
ManagerAndSubordinatesInternal
Enumeration : ManagerAndSubordinatesInternal
|
Organization
Enumeration : Organization
|
PartnerUser
Enumeration : PartnerUser
|
PortalRole
Enumeration : PortalRole
|
PortalRoleAndSubordinates
Enumeration : PortalRoleAndSubordinates
|
Role
Enumeration : Role
|
RoleAndSubordinates
Enumeration : RoleAndSubordinates
|
RoleAndSubordinatesInternal
Enumeration : RoleAndSubordinatesInternal
|
Territory
Enumeration : Territory
|
TerritoryAndSubordinates
Enumeration : TerritoryAndSubordinates
|
User
Enumeration : User
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static FolderSharedToType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FolderSharedToType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FolderSharedToType Group
public static final FolderSharedToType Role
public static final FolderSharedToType RoleAndSubordinates
public static final FolderSharedToType RoleAndSubordinatesInternal
public static final FolderSharedToType Manager
public static final FolderSharedToType ManagerAndSubordinatesInternal
public static final FolderSharedToType Organization
public static final FolderSharedToType Territory
public static final FolderSharedToType TerritoryAndSubordinates
public static final FolderSharedToType AllPrmUsers
public static final FolderSharedToType User
public static final FolderSharedToType PartnerUser
public static final FolderSharedToType AllCspUsers
public static final FolderSharedToType CustomerPortalUser
public static final FolderSharedToType PortalRole
public static final FolderSharedToType PortalRoleAndSubordinates
public static FolderSharedToType[] values()
for (FolderSharedToType c : FolderSharedToType.values()) System.out.println(c);
public static FolderSharedToType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<FolderSharedToType>Copyright © 2015. All Rights Reserved.