Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSS_SubscriptionOption_v1
-
Packages that use MAPSS_SubscriptionOption_v1 Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.events Provides event wrapper classes for the MAP protocol.com.opencloud.slee.resources.cgin.map.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of MAPSS_SubscriptionOption_v1 in com.opencloud.slee.resources.cgin.map
Subclasses of MAPSS_SubscriptionOption_v1 in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description class
MAPSS_SubscriptionOption
API for MAP-SS-DataTypes.SS-SubscriptionOption.class
MAPSS_SubscriptionViolationParam
API for MAP-ER-DataTypes.SS-SubscriptionViolationParam.Methods in com.opencloud.slee.resources.cgin.map that return MAPSS_SubscriptionOption_v1 Modifier and Type Method Description MAPSS_SubscriptionOption_v1
MAPSS_SubscriptionOption_v1. clone()
Constructs a copy of this object and everything reachable from it.static MAPSS_SubscriptionOption_v1
MAPSS_SubscriptionOption_v1. copyOf(MAPSS_SubscriptionOption_v1 from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPSS_SubscriptionOption_v1
MAPSS_Data_v1. getSs_SubscriptionOption_v1()
Gets the value of the field ss-SubscriptionOption-v1.MAPSS_SubscriptionOption_v1
MAPSS_SubscriptionOption_v1. setHuntGroupAccessSelectionOrder(MAPHuntGroupAccessSelectionOrder value)
Sets the value of the huntGroupAccessSelectionOrder choice.MAPSS_SubscriptionOption_v1
MAPSS_SubscriptionOption_v1. setMaximumConfereesNumber(int value)
Sets the value of the maximumConfereesNumber choice.MAPSS_SubscriptionOption_v1
MAPSS_SubscriptionOption_v1. setNotificationToHeldRetrievedParty(boolean value)
Sets the value of the notificationToHeldRetrievedParty choice.MAPSS_SubscriptionOption_v1
MAPSS_SubscriptionOption_v1. setPerCallBasis(boolean value)
Sets the value of the perCallBasis choice.MAPSS_SubscriptionOption_v1
MAPSS_SubscriptionOption_v1. setUserToUserServiceIndicator(byte[] value)
Sets the value of the userToUserServiceIndicator choice.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSS_SubscriptionOption_v1 Modifier and Type Method Description static MAPSS_SubscriptionOption_v1
MAPSS_SubscriptionOption_v1. copyOf(MAPSS_SubscriptionOption_v1 from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.static MAPSS_SubscriptionOption
MAPSS_SubscriptionOption. copyOf(MAPSS_SubscriptionOption_v1 from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.static MAPSS_SubscriptionViolationParam
MAPSS_SubscriptionViolationParam. copyOf(MAPSS_SubscriptionOption_v1 from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.void
MAPDialog. sendSs_SubscriptionViolationError(int invokeId, MAPSS_SubscriptionOption_v1 error)
Issues a ss_SubscriptionViolation_v1 error response for an operation on the dialog.MAPSS_Data_v1
MAPSS_Data_v1. setSs_SubscriptionOption_v1(MAPSS_SubscriptionOption_v1 value)
Sets the value of the field ss-SubscriptionOption-v1. -
Uses of MAPSS_SubscriptionOption_v1 in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPSS_SubscriptionOption_v1 Constructor Description MAPSs_SubscriptionViolationErrorEvent(MAPDialog dialog, TcapOperation operation, TcapError error, MAPSS_SubscriptionOption_v1 parameter, int invokeId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSs_SubscriptionViolationErrorEvent -
Uses of MAPSS_SubscriptionOption_v1 in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSS_SubscriptionOption_v1 Modifier and Type Field Description static PersistCodec<MAPSS_SubscriptionOption_v1,MAPSS_SubscriptionViolationParam,MAPProto.MAP_ER_DataTypes_SS_SubscriptionViolationParam>
MAPCodecs. MAP_ER_DataTypes_SS_SubscriptionViolationParam
Singleton codec for the ASN.1 type: MAP-ER-DataTypes.SS-SubscriptionViolationParamstatic PersistCodec<MAPSS_SubscriptionOption_v1,MAPSS_SubscriptionOption_v1,MAPProto.MAP_SS_DataTypes_ph1_SS_SubscriptionOption_v1>
MAPCodecs. MAP_SS_DataTypes_ph1_SS_SubscriptionOption_v1
Singleton codec for the ASN.1 type: MAP-SS-DataTypes-ph1.SS-SubscriptionOption-v1static PersistCodec<MAPSS_SubscriptionOption_v1,MAPSS_SubscriptionOption_v1,MAPProto.MAP_SS_DataTypes_ph1_SS_SubscriptionOption_v1>
MAPCodecs. MAP_SS_DataTypes_ph1_SS_SubscriptionOption_v1
Singleton codec for the ASN.1 type: MAP-SS-DataTypes-ph1.SS-SubscriptionOption-v1static PersistCodec<MAPSS_SubscriptionOption_v1,MAPSS_SubscriptionOption,MAPProto.MAP_SS_DataTypes_SS_SubscriptionOption>
MAPCodecs. MAP_SS_DataTypes_SS_SubscriptionOption
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.SS-SubscriptionOption
-