Package | Description |
---|---|
com.crm.dataobject.networkmanagement |
Modifier and Type | Method and Description |
---|---|
CommunityCollaborationScope |
CRMDOCollaborationCommunityProfile.getScope() |
CommunityCollaborationScope |
CRMDOCollaborationCommunity.getScope()
Deprecated.
|
CommunityCollaborationScope |
CommunityCollaborationProfileSearchCriteria.getScope() |
CommunityCollaborationScope |
CollaborationCommunitySearchCriteria.getScope() |
CommunityCollaborationScope |
CollaborationCommunity.getScope() |
CommunityCollaborationScope |
CollaborationCommunity.getScopeSelected() |
static CommunityCollaborationScope |
CommunityCollaborationScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommunityCollaborationScope[] |
CommunityCollaborationScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CRMDOCollaborationCommunityProfile.setScope(CommunityCollaborationScope scope) |
void |
CRMDOCollaborationCommunity.setScope(CommunityCollaborationScope scope)
Deprecated.
|
void |
CommunityCollaborationProfileSearchCriteria.setScope(CommunityCollaborationScope scope) |
void |
CollaborationCommunitySearchCriteria.setScope(CommunityCollaborationScope scope) |
void |
CollaborationCommunity.setScope(CommunityCollaborationScope scope) |
void |
CollaborationCommunity.setScopeSelected(CommunityCollaborationScope scopeSelected) |