|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Capability
Represents the RCS-e capability of an endpoint in capability query/update.
CapabilityMessage, QueryInteraction| Nested Class Summary | |
|---|---|
static class |
Capability.FeatureTypes of 3GPP and RCS-e features that are negotiated during the capability query-and-update process. |
| Method Summary | |
|---|---|
List<String> |
getExtensions()Returns a list of all enabled extensions. |
List<Capability.Feature> |
getFeatures()Returns a list of all enabled features |
boolean |
isEnabled(Capability.Feature feature)Returns a true or false value indicating if a feature is enabled or not. |
void |
setExtensions(List<String> extensions)Set a list of extensions as enabled. |
void |
setFeatures(List<Capability.Feature> features)Set a list of features as enabled. |
| Method Detail |
|---|
boolean isEnabled(Capability.Feature feature)
feature - Type of feature.List<Capability.Feature> getFeatures()
List<String> getExtensions()
void setFeatures(List<Capability.Feature> features)
features - A list of features.void setExtensions(List<String> extensions)
extensions - A list of strings that denote extensions.
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.