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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and 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.ExternalClient
|
static PersistCodec<MAPExternalClient,MAPExternalClient,MAPProto.MAP_MS_DataTypes_ExternalClient> |
MAPCodecs.MAP_MS_DataTypes_ExternalClient
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ExternalClient
|