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:

  • addressApn string - optional field

Returns:

  • Subscription

withAddressType
function withAddressType(addressType: string) -> 'Subscription'

Set the addressType attribute

Arguments:

  • addressType string - optional field

Returns:

  • Subscription

withAddressValue
function withAddressValue(addressValue: string) -> 'Subscription'

Set the addressValue attribute

Arguments:

  • addressValue string - optional field

Returns:

  • Subscription

withDescription
function withDescription(description: string) -> 'Subscription'

Set the description attribute

Arguments:

  • description string - optional field

Returns:

  • Subscription

withId
function withId(id: string) -> 'Subscription'

Set the id attribute

Arguments:

  • id string - optional field

Returns:

  • Subscription

withImsi
function withImsi(imsi: string) -> 'Subscription'

Set the imsi attribute

Arguments:

  • imsi string - optional field

Returns:

  • Subscription

withMsisdn
function withMsisdn(msisdn: string) -> 'Subscription'

Set the msisdn attribute

Arguments:

  • msisdn string - optional field

Returns:

  • Subscription

withName
function withName(name: string) -> 'Subscription'

Set the name attribute

Arguments:

  • name string - optional field

Returns:

  • Subscription

withOperator
function withOperator(operator: string) -> 'Subscription'

Set the operator attribute

Arguments:

  • operator string - optional field

Returns:

  • Subscription

withType
function withType(type: string) -> 'Subscription'

Set the type attribute

Arguments:

  • type string - optional field

Returns:

  • Subscription