Uses of Class
com.opencloud.slee.resources.cgin.map.MAPExternalClient
-
Packages that use MAPExternalClient Package Description com.opencloud.slee.resources.cgin.map Provides an API 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 MAPExternalClient in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPExternalClient Modifier and Type Method Description MAPExternalClient
MAPExternalClient. clone()
Constructs a copy of this object and everything reachable from it.static MAPExternalClient
MAPExternalClient. copyOf(MAPExternalClient 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.MAPExternalClient[]
MAPLCS_PrivacyClass. getExt_externalClientList()
Gets the value of the field ext-externalClientList.MAPExternalClient[]
MAPLCS_PrivacyClass. getExternalClientList()
Gets the value of the field externalClientList.MAPExternalClient
MAPExternalClient. setClientIdentity(MAPLCSClientExternalID value)
Sets the value of the field clientIdentity.MAPExternalClient
MAPExternalClient. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPExternalClient
MAPExternalClient. setGmlc_Restriction(MAPGMLC_Restriction value)
Sets the value of the field gmlc-Restriction.MAPExternalClient
MAPExternalClient. setNotificationToMSUser(MAPNotificationToMSUser value)
Sets the value of the field notificationToMSUser.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPExternalClient Modifier and Type Method Description static MAPExternalClient
MAPExternalClient. copyOf(MAPExternalClient 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.MAPLCS_PrivacyClass
MAPLCS_PrivacyClass. setExt_externalClientList(MAPExternalClient[] value)
Sets the value of the field ext-externalClientList.MAPLCS_PrivacyClass
MAPLCS_PrivacyClass. setExternalClientList(MAPExternalClient[] value)
Sets the value of the field externalClientList. -
Uses of MAPExternalClient in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPExternalClient Modifier and Type Field Description static PersistCodec<MAPExternalClient,MAPExternalClient,MAPProto.MAP_MS_DataTypes_ExternalClient>
MAPCodecs. MAP_MS_DataTypes_ExternalClient
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ExternalClientstatic PersistCodec<MAPExternalClient,MAPExternalClient,MAPProto.MAP_MS_DataTypes_ExternalClient>
MAPCodecs. MAP_MS_DataTypes_ExternalClient
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ExternalClient
-