def __init__(self, pubnub): ObjectsEndpoint.__init__(self, pubnub) UuidEndpoint.__init__(self) ListEndpoint.__init__(self) IncludeCustomEndpoint.__init__(self) ChannelIncludeEndpoint.__init__(self) self._channel_memberships = []
def __init__(self, pubnub): ObjectsEndpoint.__init__(self, pubnub) UuidEndpoint.__init__(self) IncludeCustomEndpoint.__init__(self) CustomAwareEndpoint.__init__(self) self._name = None self._email = None self._external_id = None self._profile_url = None
def __init__(self, pubnub): ObjectsEndpoint.__init__(self, pubnub) UuidEndpoint.__init__(self) IncludeCustomEndpoint.__init__(self)
def __init__(self, pubnub): ObjectsEndpoint.__init__(self, pubnub) UuidEndpoint.__init__(self) ListEndpoint.__init__(self) IncludeCustomEndpoint.__init__(self) ChannelIncludeEndpoint.__init__(self)
def __init__(self, pubnub): ObjectsEndpoint.__init__(self, pubnub) UuidEndpoint.__init__(self)