def __init__(self, pubnub): ObjectsEndpoint.__init__(self, pubnub) ChannelEndpoint.__init__(self) CustomAwareEndpoint.__init__(self) IncludeCustomEndpoint.__init__(self) self._name = None self._description = None
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) ListEndpoint.__init__(self) ChannelEndpoint.__init__(self) IncludeCustomEndpoint.__init__(self) UUIDIncludeEndpoint.__init__(self) self._uuids = []
def __init__(self, pubnub): ObjectsEndpoint.__init__(self, pubnub) ChannelEndpoint.__init__(self) ListEndpoint.__init__(self) IncludeCustomEndpoint.__init__(self) UUIDIncludeEndpoint.__init__(self) self._uuids_to_set = [] self._uuids_to_remove = []
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) ChannelEndpoint.__init__(self) IncludeCustomEndpoint.__init__(self)
def __init__(self, pubnub): ObjectsEndpoint.__init__(self, pubnub) UuidEndpoint.__init__(self)
def __init__(self, pubnub): ObjectsEndpoint.__init__(self, pubnub) ChannelEndpoint.__init__(self)