public interface UserDataRequest extends QueryRequest
If the list is empty, then ECE will return information about all preferences configured for the specified product.
This API can be used to fetch attributes of Customer or Product by specifying aliases configured for these attributes in ECE
Implementation of User-Data-Request as specified in 3GPP TS 29.329
Diameter command Code : 306
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.String> |
getCustomerExtendedInfo()
Fetches a list of aliases for customer attributes configured in ECE
Eg.
|
java.util.Collection<java.lang.Integer> |
getDataReferences()
Fetches a list of data references configured in ECE.
|
java.util.Collection<java.lang.String> |
getPreferences()
Fetches the preferences list.
|
java.util.Collection<java.lang.String> |
getProductExtendedInfo()
Fetches a list of aliases for product attributes configured in ECE
Eg.
|
getOperationType, getProductType, getRequestDateTime, getUserIdentity, isWellFormed
getOperation, getPayload, getStatus
java.util.Collection<java.lang.String> getPreferences()
Diameter AVP Name : Data-Reference
java.util.Collection<java.lang.String> getCustomerExtendedInfo()
java.util.Collection<java.lang.String> getProductExtendedInfo()
java.util.Collection<java.lang.Integer> getDataReferences()