Uses of Class
com.opencloud.slee.resources.cgin.map.MAPLCS_PrivacyCheck
-
Packages that use MAPLCS_PrivacyCheck 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 MAPLCS_PrivacyCheck in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPLCS_PrivacyCheck Modifier and Type Method Description MAPLCS_PrivacyCheck
MAPLCS_PrivacyCheck. clone()
Constructs a copy of this object and everything reachable from it.static MAPLCS_PrivacyCheck
MAPLCS_PrivacyCheck. copyOf(MAPLCS_PrivacyCheck 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_PrivacyCheck
MAPProvideSubscriberLocation_Arg. getLcs_PrivacyCheck()
Gets the value of the field lcs-PrivacyCheck.MAPLCS_PrivacyCheck
MAPLCS_PrivacyCheck. setCallSessionRelated(MAPPrivacyCheckRelatedAction value)
Sets the value of the field callSessionRelated.MAPLCS_PrivacyCheck
MAPLCS_PrivacyCheck. setCallSessionUnrelated(MAPPrivacyCheckRelatedAction value)
Sets the value of the field callSessionUnrelated.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPLCS_PrivacyCheck Modifier and Type Method Description static MAPLCS_PrivacyCheck
MAPLCS_PrivacyCheck. copyOf(MAPLCS_PrivacyCheck 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.MAPProvideSubscriberLocation_Arg
MAPProvideSubscriberLocation_Arg. setLcs_PrivacyCheck(MAPLCS_PrivacyCheck value)
Sets the value of the field lcs-PrivacyCheck. -
Uses of MAPLCS_PrivacyCheck in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPLCS_PrivacyCheck Modifier and Type Field Description static PersistCodec<MAPLCS_PrivacyCheck,MAPLCS_PrivacyCheck,MAPProto.MAP_LCS_DataTypes_LCS_PrivacyCheck>
MAPCodecs. MAP_LCS_DataTypes_LCS_PrivacyCheck
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.LCS-PrivacyCheckstatic PersistCodec<MAPLCS_PrivacyCheck,MAPLCS_PrivacyCheck,MAPProto.MAP_LCS_DataTypes_LCS_PrivacyCheck>
MAPCodecs. MAP_LCS_DataTypes_LCS_PrivacyCheck
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.LCS-PrivacyCheck
-