Subscription
Subscription
Subscription Objects
class Subscription()This is a base object that allows the user to create a Subscription.
constructor
function constructor()composeElement
function composeElement() -> '*'Returns:
*
withAddressApn
function withAddressApn(addressApn: string) -> 'Subscription'Set the addressApn attribute
Arguments:
addressApnstring - optional field
Returns:
Subscription
withAddressType
function withAddressType(addressType: string) -> 'Subscription'Set the addressType attribute
Arguments:
addressTypestring - optional field
Returns:
Subscription
withAddressValue
function withAddressValue(addressValue: string) -> 'Subscription'Set the addressValue attribute
Arguments:
addressValuestring - optional field
Returns:
Subscription
withDescription
function withDescription(description: string) -> 'Subscription'Set the description attribute
Arguments:
descriptionstring - optional field
Returns:
Subscription
withId
function withId(id: string) -> 'Subscription'Set the id attribute
Arguments:
idstring - optional field
Returns:
Subscription
withImsi
function withImsi(imsi: string) -> 'Subscription'Set the imsi attribute
Arguments:
imsistring - optional field
Returns:
Subscription
withMsisdn
function withMsisdn(msisdn: string) -> 'Subscription'Set the msisdn attribute
Arguments:
msisdnstring - optional field
Returns:
Subscription
withName
function withName(name: string) -> 'Subscription'Set the name attribute
Arguments:
namestring - optional field
Returns:
Subscription
withOperator
function withOperator(operator: string) -> 'Subscription'Set the operator attribute
Arguments:
operatorstring - optional field
Returns:
Subscription
withType
function withType(type: string) -> 'Subscription'Set the type attribute
Arguments:
typestring - optional field
Returns:
Subscription