B C D E F H I L M O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- build() - Method in class com.telenordigital.nbiot.ImmutableCollection.Builder
-
Builds a new
ImmutableCollection. - build() - Method in class com.telenordigital.nbiot.ImmutableCollectionList.Builder
-
Builds a new
ImmutableCollectionList. - build() - Method in class com.telenordigital.nbiot.ImmutableDataSearchParameters.Builder
-
Builds a new
ImmutableDataSearchParameters. - build() - Method in class com.telenordigital.nbiot.ImmutableDevice.Builder
-
Builds a new
ImmutableDevice. - build() - Method in class com.telenordigital.nbiot.ImmutableDeviceList.Builder
-
Builds a new
ImmutableDeviceList. - build() - Method in class com.telenordigital.nbiot.ImmutableMember.Builder
-
Builds a new
ImmutableMember. - build() - Method in class com.telenordigital.nbiot.ImmutableOutput.Builder
-
Builds a new
ImmutableOutput. - build() - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage.Builder
-
Builds a new
ImmutableOutputDataMessage. - build() - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessageList.Builder
-
Builds a new
ImmutableOutputDataMessageList. - build() - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessageListInternal.Builder
-
Builds a new
ImmutableOutputDataMessageListInternal. - build() - Method in class com.telenordigital.nbiot.ImmutableOutputList.Builder
-
Builds a new
ImmutableOutputList. - build() - Method in class com.telenordigital.nbiot.ImmutableTeam.Builder
-
Builds a new
ImmutableTeam. - build() - Method in class com.telenordigital.nbiot.ImmutableTeamList.Builder
-
Builds a new
ImmutableTeamList. - Builder() - Constructor for class com.telenordigital.nbiot.ImmutableCollection.Builder
-
Creates a builder for
ImmutableCollectioninstances. - Builder() - Constructor for class com.telenordigital.nbiot.ImmutableCollectionList.Builder
-
Creates a builder for
ImmutableCollectionListinstances. - Builder() - Constructor for class com.telenordigital.nbiot.ImmutableDataSearchParameters.Builder
-
Creates a builder for
ImmutableDataSearchParametersinstances. - Builder() - Constructor for class com.telenordigital.nbiot.ImmutableDevice.Builder
-
Creates a builder for
ImmutableDeviceinstances. - Builder() - Constructor for class com.telenordigital.nbiot.ImmutableDeviceList.Builder
-
Creates a builder for
ImmutableDeviceListinstances. - Builder() - Constructor for class com.telenordigital.nbiot.ImmutableMember.Builder
-
Creates a builder for
ImmutableMemberinstances. - Builder() - Constructor for class com.telenordigital.nbiot.ImmutableOutput.Builder
-
Creates a builder for
ImmutableOutputinstances. - Builder() - Constructor for class com.telenordigital.nbiot.ImmutableOutputDataMessage.Builder
-
Creates a builder for
ImmutableOutputDataMessageinstances. - Builder() - Constructor for class com.telenordigital.nbiot.ImmutableOutputDataMessageList.Builder
-
Creates a builder for
ImmutableOutputDataMessageListinstances. - Builder() - Constructor for class com.telenordigital.nbiot.ImmutableOutputDataMessageListInternal.Builder
-
Creates a builder for
ImmutableOutputDataMessageListInternalinstances. - Builder() - Constructor for class com.telenordigital.nbiot.ImmutableOutputList.Builder
-
Creates a builder for
ImmutableOutputListinstances. - Builder() - Constructor for class com.telenordigital.nbiot.ImmutableTeam.Builder
-
Creates a builder for
ImmutableTeaminstances. - Builder() - Constructor for class com.telenordigital.nbiot.ImmutableTeamList.Builder
-
Creates a builder for
ImmutableTeamListinstances.
C
- Client - Class in com.telenordigital.nbiot
-
This is the client for the Telenor NB-IoT REST API.
- Client() - Constructor for class com.telenordigital.nbiot.Client
-
Create a new Telenor NB-IoT client using the configuration.
- Client(String, String) - Constructor for class com.telenordigital.nbiot.Client
-
Create a new Telenor NB-IoT client with the specified endpoint and token.
- ClientException - Exception in com.telenordigital.nbiot
-
Generic exception whenever something (tm) goes wrong.
- ClientException(String, int) - Constructor for exception com.telenordigital.nbiot.ClientException
-
Invalid response from server.
- ClientException(Throwable) - Constructor for exception com.telenordigital.nbiot.ClientException
-
Wrap a source exception.
- closeHandler - Variable in class com.telenordigital.nbiot.OutputStreamHandler
- CloseHandler - Interface in com.telenordigital.nbiot.OutputHandlers
- collection(String) - Method in class com.telenordigital.nbiot.Client
-
Retrieve a collection.
- Collection - Interface in com.telenordigital.nbiot
-
A collection represents a collection of devices.
- Collection.CollectionList - Interface in com.telenordigital.nbiot
- collectionID() - Method in interface com.telenordigital.nbiot.Device
-
The collection the device belongs to.
- collectionID() - Method in class com.telenordigital.nbiot.ImmutableDevice
-
The collection the device belongs to.
- collectionID() - Method in class com.telenordigital.nbiot.ImmutableOutput
-
The collection the output belongs to.
- collectionID() - Method in interface com.telenordigital.nbiot.Output
-
The collection the output belongs to.
- collectionID(String) - Method in class com.telenordigital.nbiot.ImmutableDevice.Builder
-
Initializes the value for the
collectionIDattribute. - collectionID(String) - Method in class com.telenordigital.nbiot.ImmutableOutput.Builder
-
Initializes the value for the
collectionIDattribute. - collectionOutput(String, Consumer<OutputStreamHandler>) - Method in class com.telenordigital.nbiot.Client
-
Receive data messages sent by all devices in a collection.
- collections() - Method in class com.telenordigital.nbiot.Client
-
Retrieve all collections the user has access to.
- collections() - Method in interface com.telenordigital.nbiot.Collection.CollectionList
- collections() - Method in class com.telenordigital.nbiot.ImmutableCollectionList
- collections(Collection...) - Method in class com.telenordigital.nbiot.ImmutableCollectionList.Builder
-
Initializes the value for the
collectionsattribute. - com.telenordigital.nbiot - package com.telenordigital.nbiot
- com.telenordigital.nbiot.OutputHandlers - package com.telenordigital.nbiot.OutputHandlers
- config() - Method in class com.telenordigital.nbiot.ImmutableOutput
-
The type-specific configuration.
- config() - Method in interface com.telenordigital.nbiot.Output
-
The type-specific configuration.
- config(Map<String, ? extends Object>) - Method in class com.telenordigital.nbiot.ImmutableOutput.Builder
-
Sets or replaces all mappings from the specified map as entries for the
configmap. - connectHandler - Variable in class com.telenordigital.nbiot.OutputStreamHandler
- ConnectHandler - Interface in com.telenordigital.nbiot.OutputHandlers
- copyOf(Collection) - Static method in class com.telenordigital.nbiot.ImmutableCollection
-
Creates an immutable copy of a
Collectionvalue. - copyOf(Collection.CollectionList) - Static method in class com.telenordigital.nbiot.ImmutableCollectionList
-
Creates an immutable copy of a
Collection.CollectionListvalue. - copyOf(DataSearchParameters) - Static method in class com.telenordigital.nbiot.ImmutableDataSearchParameters
-
Creates an immutable copy of a
DataSearchParametersvalue. - copyOf(Device) - Static method in class com.telenordigital.nbiot.ImmutableDevice
-
Creates an immutable copy of a
Devicevalue. - copyOf(Device.DeviceList) - Static method in class com.telenordigital.nbiot.ImmutableDeviceList
-
Creates an immutable copy of a
Device.DeviceListvalue. - copyOf(Member) - Static method in class com.telenordigital.nbiot.ImmutableMember
-
Creates an immutable copy of a
Membervalue. - copyOf(Output) - Static method in class com.telenordigital.nbiot.ImmutableOutput
-
Creates an immutable copy of a
Outputvalue. - copyOf(Output.OutputList) - Static method in class com.telenordigital.nbiot.ImmutableOutputList
-
Creates an immutable copy of a
Output.OutputListvalue. - copyOf(OutputDataMessage) - Static method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
-
Creates an immutable copy of a
OutputDataMessagevalue. - copyOf(OutputDataMessage.OutputDataMessageList) - Static method in class com.telenordigital.nbiot.ImmutableOutputDataMessageList
-
Creates an immutable copy of a
OutputDataMessage.OutputDataMessageListvalue. - copyOf(OutputDataMessageInternal.OutputDataMessageListInternal) - Static method in class com.telenordigital.nbiot.ImmutableOutputDataMessageListInternal
-
Creates an immutable copy of a
OutputDataMessageInternal.OutputDataMessageListInternalvalue. - copyOf(Team) - Static method in class com.telenordigital.nbiot.ImmutableTeam
-
Creates an immutable copy of a
Teamvalue. - copyOf(Team.TeamList) - Static method in class com.telenordigital.nbiot.ImmutableTeamList
-
Creates an immutable copy of a
Team.TeamListvalue. - createCollection(Collection) - Method in class com.telenordigital.nbiot.Client
-
Create a new collection.
- createDevice(String, Device) - Method in class com.telenordigital.nbiot.Client
-
Create a device.
- createOutput(String, Output) - Method in class com.telenordigital.nbiot.Client
-
Create an output.
- createTeam(Team) - Method in class com.telenordigital.nbiot.Client
-
Create a new team.
D
- data(String) - Method in class com.telenordigital.nbiot.Client
-
Fetch data for a collection
- data(String, DataSearchParameters) - Method in class com.telenordigital.nbiot.Client
-
Fetch data for a collection
- data(String, String) - Method in class com.telenordigital.nbiot.Client
-
Fetch data for a device
- data(String, String, DataSearchParameters) - Method in class com.telenordigital.nbiot.Client
-
Fetch data for a device
- DataSearchParameters - Interface in com.telenordigital.nbiot
- DEFAULT_DATA_SEARCH_PARAMS - Variable in class com.telenordigital.nbiot.Client
-
Default data search parameters.
- deleteCollection(String) - Method in class com.telenordigital.nbiot.Client
-
Delete a collection.
- deleteDevice(String, String) - Method in class com.telenordigital.nbiot.Client
-
Delete a device.
- deleteOutput(String, String) - Method in class com.telenordigital.nbiot.Client
-
Delete an output.
- deleteTeam(String) - Method in class com.telenordigital.nbiot.Client
-
Delete a team.
- device() - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
-
The sending device.
- device() - Method in interface com.telenordigital.nbiot.OutputDataMessage
-
The sending device.
- device(Device) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage.Builder
-
Initializes the value for the
deviceattribute. - device(String, String) - Method in class com.telenordigital.nbiot.Client
-
Retrieve a device.
- Device - Interface in com.telenordigital.nbiot
-
A device.
- Device.DeviceList - Interface in com.telenordigital.nbiot
- deviceOutput(String, String, Consumer<OutputStreamHandler>) - Method in class com.telenordigital.nbiot.Client
-
Receive data messages sent by a device.
- devices() - Method in interface com.telenordigital.nbiot.Device.DeviceList
- devices() - Method in class com.telenordigital.nbiot.ImmutableDeviceList
- devices(Device...) - Method in class com.telenordigital.nbiot.ImmutableDeviceList.Builder
-
Initializes the value for the
devicesattribute. - devices(String) - Method in class com.telenordigital.nbiot.Client
-
Retrieve all devices in a collection.
E
- equals(Object) - Method in class com.telenordigital.nbiot.ImmutableCollection
-
This instance is equal to all instances of
ImmutableCollectionthat have equal attribute values. - equals(Object) - Method in class com.telenordigital.nbiot.ImmutableCollectionList
-
This instance is equal to all instances of
ImmutableCollectionListthat have equal attribute values. - equals(Object) - Method in class com.telenordigital.nbiot.ImmutableDataSearchParameters
-
This instance is equal to all instances of
ImmutableDataSearchParametersthat have equal attribute values. - equals(Object) - Method in class com.telenordigital.nbiot.ImmutableDevice
-
This instance is equal to all instances of
ImmutableDevicethat have equal attribute values. - equals(Object) - Method in class com.telenordigital.nbiot.ImmutableDeviceList
-
This instance is equal to all instances of
ImmutableDeviceListthat have equal attribute values. - equals(Object) - Method in class com.telenordigital.nbiot.ImmutableMember
-
This instance is equal to all instances of
ImmutableMemberthat have equal attribute values. - equals(Object) - Method in class com.telenordigital.nbiot.ImmutableOutput
-
This instance is equal to all instances of
ImmutableOutputthat have equal attribute values. - equals(Object) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
-
This instance is equal to all instances of
ImmutableOutputDataMessagethat have equal attribute values. - equals(Object) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessageList
-
This instance is equal to all instances of
ImmutableOutputDataMessageListthat have equal attribute values. - equals(Object) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessageListInternal
-
This instance is equal to all instances of
ImmutableOutputDataMessageListInternalthat have equal attribute values. - equals(Object) - Method in class com.telenordigital.nbiot.ImmutableOutputList
-
This instance is equal to all instances of
ImmutableOutputListthat have equal attribute values. - equals(Object) - Method in class com.telenordigital.nbiot.ImmutableTeam
-
This instance is equal to all instances of
ImmutableTeamthat have equal attribute values. - equals(Object) - Method in class com.telenordigital.nbiot.ImmutableTeamList
-
This instance is equal to all instances of
ImmutableTeamListthat have equal attribute values. - errorHandler - Variable in class com.telenordigital.nbiot.OutputStreamHandler
- ErrorHandler - Interface in com.telenordigital.nbiot.OutputHandlers
F
- from(Collection) - Method in class com.telenordigital.nbiot.ImmutableCollection.Builder
-
Fill a builder with attribute values from the provided
Collectioninstance. - from(Collection.CollectionList) - Method in class com.telenordigital.nbiot.ImmutableCollectionList.Builder
-
Fill a builder with attribute values from the provided
CollectionListinstance. - from(DataSearchParameters) - Method in class com.telenordigital.nbiot.ImmutableDataSearchParameters.Builder
-
Fill a builder with attribute values from the provided
DataSearchParametersinstance. - from(Device) - Method in class com.telenordigital.nbiot.ImmutableDevice.Builder
-
Fill a builder with attribute values from the provided
Deviceinstance. - from(Device.DeviceList) - Method in class com.telenordigital.nbiot.ImmutableDeviceList.Builder
-
Fill a builder with attribute values from the provided
DeviceListinstance. - from(Member) - Method in class com.telenordigital.nbiot.ImmutableMember.Builder
-
Fill a builder with attribute values from the provided
Memberinstance. - from(Output) - Method in class com.telenordigital.nbiot.ImmutableOutput.Builder
-
Fill a builder with attribute values from the provided
Outputinstance. - from(Output.OutputList) - Method in class com.telenordigital.nbiot.ImmutableOutputList.Builder
-
Fill a builder with attribute values from the provided
OutputListinstance. - from(OutputDataMessage) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage.Builder
-
Fill a builder with attribute values from the provided
OutputDataMessageinstance. - from(OutputDataMessage.OutputDataMessageList) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessageList.Builder
-
Fill a builder with attribute values from the provided
OutputDataMessageListinstance. - from(OutputDataMessageInternal.OutputDataMessageListInternal) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessageListInternal.Builder
-
Fill a builder with attribute values from the provided
OutputDataMessageListInternalinstance. - from(Team) - Method in class com.telenordigital.nbiot.ImmutableTeam.Builder
-
Fill a builder with attribute values from the provided
Teaminstance. - from(Team.TeamList) - Method in class com.telenordigital.nbiot.ImmutableTeamList.Builder
-
Fill a builder with attribute values from the provided
TeamListinstance.
H
- handle(int, String) - Method in interface com.telenordigital.nbiot.OutputHandlers.CloseHandler
- handle(OutputDataMessage) - Method in interface com.telenordigital.nbiot.OutputHandlers.MessageHandler
- handle(Session) - Method in interface com.telenordigital.nbiot.OutputHandlers.ConnectHandler
-
Handle function on WebSocket connect
- handle(Session, Throwable) - Method in interface com.telenordigital.nbiot.OutputHandlers.ErrorHandler
- hashCode() - Method in class com.telenordigital.nbiot.ImmutableCollection
-
Computes a hash code from attributes:
id,teamID,tags. - hashCode() - Method in class com.telenordigital.nbiot.ImmutableCollectionList
-
Computes a hash code from attributes:
collections. - hashCode() - Method in class com.telenordigital.nbiot.ImmutableDataSearchParameters
-
Computes a hash code from attributes:
limit,since,until. - hashCode() - Method in class com.telenordigital.nbiot.ImmutableDevice
-
Computes a hash code from attributes:
id,collectionID,imei,imsi,tags. - hashCode() - Method in class com.telenordigital.nbiot.ImmutableDeviceList
-
Computes a hash code from attributes:
devices. - hashCode() - Method in class com.telenordigital.nbiot.ImmutableMember
-
Computes a hash code from attributes:
userID,role. - hashCode() - Method in class com.telenordigital.nbiot.ImmutableOutput
-
Computes a hash code from attributes:
id,collectionID,type,config. - hashCode() - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
-
Computes a hash code from attributes:
device,payload,received. - hashCode() - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessageList
-
Computes a hash code from attributes:
messages. - hashCode() - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessageListInternal
-
Computes a hash code from attributes:
messages. - hashCode() - Method in class com.telenordigital.nbiot.ImmutableOutputList
-
Computes a hash code from attributes:
outputs. - hashCode() - Method in class com.telenordigital.nbiot.ImmutableTeam
-
Computes a hash code from attributes:
id,members,tags. - hashCode() - Method in class com.telenordigital.nbiot.ImmutableTeamList
-
Computes a hash code from attributes:
teams.
I
- id() - Method in interface com.telenordigital.nbiot.Collection
-
The collection's ID
- id() - Method in interface com.telenordigital.nbiot.Device
-
The device's EUI.
- id() - Method in class com.telenordigital.nbiot.ImmutableCollection
-
The collection's ID
- id() - Method in class com.telenordigital.nbiot.ImmutableDevice
-
The device's EUI.
- id() - Method in class com.telenordigital.nbiot.ImmutableOutput
-
The output's ID.
- id() - Method in class com.telenordigital.nbiot.ImmutableTeam
-
The team's ID
- id() - Method in interface com.telenordigital.nbiot.Output
-
The output's ID.
- id() - Method in interface com.telenordigital.nbiot.Team
-
The team's ID
- id(String) - Method in class com.telenordigital.nbiot.ImmutableCollection.Builder
-
Initializes the value for the
idattribute. - id(String) - Method in class com.telenordigital.nbiot.ImmutableDevice.Builder
-
Initializes the value for the
idattribute. - id(String) - Method in class com.telenordigital.nbiot.ImmutableOutput.Builder
-
Initializes the value for the
idattribute. - id(String) - Method in class com.telenordigital.nbiot.ImmutableTeam.Builder
-
Initializes the value for the
idattribute. - imei() - Method in interface com.telenordigital.nbiot.Device
-
The device's IMEI.
- imei() - Method in class com.telenordigital.nbiot.ImmutableDevice
-
The device's IMEI.
- imei(String) - Method in class com.telenordigital.nbiot.ImmutableDevice.Builder
-
Initializes the value for the
imeiattribute. - ImmutableCollection - Class in com.telenordigital.nbiot
-
Immutable implementation of
Collection. - ImmutableCollection.Builder - Class in com.telenordigital.nbiot
-
Builds instances of type
ImmutableCollection. - ImmutableCollectionList - Class in com.telenordigital.nbiot
-
Immutable implementation of
Collection.CollectionList. - ImmutableCollectionList.Builder - Class in com.telenordigital.nbiot
-
Builds instances of type
ImmutableCollectionList. - ImmutableDataSearchParameters - Class in com.telenordigital.nbiot
-
Immutable implementation of
DataSearchParameters. - ImmutableDataSearchParameters.Builder - Class in com.telenordigital.nbiot
-
Builds instances of type
ImmutableDataSearchParameters. - ImmutableDevice - Class in com.telenordigital.nbiot
-
Immutable implementation of
Device. - ImmutableDevice.Builder - Class in com.telenordigital.nbiot
-
Builds instances of type
ImmutableDevice. - ImmutableDeviceList - Class in com.telenordigital.nbiot
-
Immutable implementation of
Device.DeviceList. - ImmutableDeviceList.Builder - Class in com.telenordigital.nbiot
-
Builds instances of type
ImmutableDeviceList. - ImmutableMember - Class in com.telenordigital.nbiot
-
Immutable implementation of
Member. - ImmutableMember.Builder - Class in com.telenordigital.nbiot
-
Builds instances of type
ImmutableMember. - ImmutableOutput - Class in com.telenordigital.nbiot
-
Immutable implementation of
Output. - ImmutableOutput.Builder - Class in com.telenordigital.nbiot
-
Builds instances of type
ImmutableOutput. - ImmutableOutputDataMessage - Class in com.telenordigital.nbiot
-
Immutable implementation of
OutputDataMessage. - ImmutableOutputDataMessage.Builder - Class in com.telenordigital.nbiot
-
Builds instances of type
ImmutableOutputDataMessage. - ImmutableOutputDataMessageList - Class in com.telenordigital.nbiot
-
Immutable implementation of
OutputDataMessage.OutputDataMessageList. - ImmutableOutputDataMessageList.Builder - Class in com.telenordigital.nbiot
-
Builds instances of type
ImmutableOutputDataMessageList. - ImmutableOutputDataMessageListInternal - Class in com.telenordigital.nbiot
-
Immutable implementation of
OutputDataMessageInternal.OutputDataMessageListInternal. - ImmutableOutputDataMessageListInternal.Builder - Class in com.telenordigital.nbiot
-
Builds instances of type
ImmutableOutputDataMessageListInternal. - ImmutableOutputList - Class in com.telenordigital.nbiot
-
Immutable implementation of
Output.OutputList. - ImmutableOutputList.Builder - Class in com.telenordigital.nbiot
-
Builds instances of type
ImmutableOutputList. - ImmutableTeam - Class in com.telenordigital.nbiot
-
Immutable implementation of
Team. - ImmutableTeam.Builder - Class in com.telenordigital.nbiot
-
Builds instances of type
ImmutableTeam. - ImmutableTeamList - Class in com.telenordigital.nbiot
-
Immutable implementation of
Team.TeamList. - ImmutableTeamList.Builder - Class in com.telenordigital.nbiot
-
Builds instances of type
ImmutableTeamList. - imsi() - Method in interface com.telenordigital.nbiot.Device
-
The device's IMSI.
- imsi() - Method in class com.telenordigital.nbiot.ImmutableDevice
-
The device's IMSI.
- imsi(String) - Method in class com.telenordigital.nbiot.ImmutableDevice.Builder
-
Initializes the value for the
imsiattribute.
L
- limit() - Method in interface com.telenordigital.nbiot.DataSearchParameters
-
Limit number of results when querying data endpoint
- limit() - Method in class com.telenordigital.nbiot.ImmutableDataSearchParameters
-
Limit number of results when querying data endpoint
- limit(Integer) - Method in class com.telenordigital.nbiot.ImmutableDataSearchParameters.Builder
-
Initializes the value for the
limitattribute.
M
- Member - Interface in com.telenordigital.nbiot
-
A member represents a member of a team.
- members() - Method in class com.telenordigital.nbiot.ImmutableTeam
-
The team's members
- members() - Method in interface com.telenordigital.nbiot.Team
-
The team's members
- members(Member...) - Method in class com.telenordigital.nbiot.ImmutableTeam.Builder
-
Initializes the value for the
membersattribute. - message() - Method in exception com.telenordigital.nbiot.ClientException
-
Error message from server (if applicable)
- messageHandler - Variable in class com.telenordigital.nbiot.OutputStreamHandler
- MessageHandler - Interface in com.telenordigital.nbiot.OutputHandlers
- messages() - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessageList
- messages() - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessageListInternal
- messages() - Method in interface com.telenordigital.nbiot.OutputDataMessage.OutputDataMessageList
- messages(OutputDataMessage...) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessageList.Builder
-
Initializes the value for the
messagesattribute. - messages(OutputDataMessageInternal...) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessageListInternal.Builder
-
Initializes the value for the
messagesattribute.
O
- onClose(CloseHandler) - Method in class com.telenordigital.nbiot.OutputStreamHandler
- onConnect(ConnectHandler) - Method in class com.telenordigital.nbiot.OutputStreamHandler
- onError(ErrorHandler) - Method in class com.telenordigital.nbiot.OutputStreamHandler
- onMessage(MessageHandler) - Method in class com.telenordigital.nbiot.OutputStreamHandler
- onWebsocketClose(int, String) - Method in class com.telenordigital.nbiot.WebSocketHandler
- onWebsocketConnect(Session) - Method in class com.telenordigital.nbiot.WebSocketHandler
- onWebsocketError(Throwable) - Method in class com.telenordigital.nbiot.WebSocketHandler
- onWebsocketMessage(String) - Method in class com.telenordigital.nbiot.WebSocketHandler
- output(String, String) - Method in class com.telenordigital.nbiot.Client
-
Retrieve an output.
- Output - Interface in com.telenordigital.nbiot
-
An output.
- Output.OutputList - Interface in com.telenordigital.nbiot
- OutputDataMessage - Interface in com.telenordigital.nbiot
-
A message sent from a device.
- OutputDataMessage.OutputDataMessageList - Interface in com.telenordigital.nbiot
- outputs() - Method in class com.telenordigital.nbiot.ImmutableOutputList
- outputs() - Method in interface com.telenordigital.nbiot.Output.OutputList
- outputs(Output...) - Method in class com.telenordigital.nbiot.ImmutableOutputList.Builder
-
Initializes the value for the
outputsattribute. - outputs(String) - Method in class com.telenordigital.nbiot.Client
-
Retrieve all outputs in a collection.
- OutputStreamHandler - Class in com.telenordigital.nbiot
-
Set up a OutputStreamHandler for output stream
- OutputStreamHandler() - Constructor for class com.telenordigital.nbiot.OutputStreamHandler
P
- payload() - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
-
The payload sent.
- payload() - Method in interface com.telenordigital.nbiot.OutputDataMessage
-
The payload sent.
- payload(byte...) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage.Builder
-
Initializes the value for the
payloadattribute. - putAllConfig(Map<String, ? extends Object>) - Method in class com.telenordigital.nbiot.ImmutableOutput.Builder
-
Put all mappings from the specified map as entries to
configmap. - putAllTags(Map<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableCollection.Builder
-
Put all mappings from the specified map as entries to
tagsmap. - putAllTags(Map<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableDevice.Builder
-
Put all mappings from the specified map as entries to
tagsmap. - putAllTags(Map<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableTeam.Builder
-
Put all mappings from the specified map as entries to
tagsmap. - putConfig(String, Object) - Method in class com.telenordigital.nbiot.ImmutableOutput.Builder
-
Put one entry to the
configmap. - putConfig(Map.Entry<String, ? extends Object>) - Method in class com.telenordigital.nbiot.ImmutableOutput.Builder
-
Put one entry to the
configmap. - putTags(String, String) - Method in class com.telenordigital.nbiot.ImmutableCollection.Builder
-
Put one entry to the
tagsmap. - putTags(String, String) - Method in class com.telenordigital.nbiot.ImmutableDevice.Builder
-
Put one entry to the
tagsmap. - putTags(String, String) - Method in class com.telenordigital.nbiot.ImmutableTeam.Builder
-
Put one entry to the
tagsmap. - putTags(Map.Entry<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableCollection.Builder
-
Put one entry to the
tagsmap. - putTags(Map.Entry<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableDevice.Builder
-
Put one entry to the
tagsmap. - putTags(Map.Entry<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableTeam.Builder
-
Put one entry to the
tagsmap.
R
- received() - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
-
The time received.
- received() - Method in interface com.telenordigital.nbiot.OutputDataMessage
-
The time received.
- received(Instant) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage.Builder
-
Initializes the value for the
receivedattribute. - role() - Method in class com.telenordigital.nbiot.ImmutableMember
-
The user's role
- role() - Method in interface com.telenordigital.nbiot.Member
-
The user's role
- role(String) - Method in class com.telenordigital.nbiot.ImmutableMember.Builder
-
Initializes the value for the
roleattribute.
S
- since() - Method in interface com.telenordigital.nbiot.DataSearchParameters
-
Fetch data since given Instant
- since() - Method in class com.telenordigital.nbiot.ImmutableDataSearchParameters
-
Fetch data since given Instant
- since(Instant) - Method in class com.telenordigital.nbiot.ImmutableDataSearchParameters.Builder
-
Initializes the value for the
sinceattribute. - status() - Method in exception com.telenordigital.nbiot.ClientException
-
Status code from server (if applicable)
T
- tags() - Method in interface com.telenordigital.nbiot.Collection
-
Collection tags.
- tags() - Method in interface com.telenordigital.nbiot.Device
- tags() - Method in class com.telenordigital.nbiot.ImmutableCollection
-
Collection tags.
- tags() - Method in class com.telenordigital.nbiot.ImmutableDevice
- tags() - Method in class com.telenordigital.nbiot.ImmutableTeam
-
Team tags.
- tags() - Method in interface com.telenordigital.nbiot.Team
-
Team tags.
- tags(Map<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableCollection.Builder
-
Sets or replaces all mappings from the specified map as entries for the
tagsmap. - tags(Map<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableDevice.Builder
-
Sets or replaces all mappings from the specified map as entries for the
tagsmap. - tags(Map<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableTeam.Builder
-
Sets or replaces all mappings from the specified map as entries for the
tagsmap. - team(String) - Method in class com.telenordigital.nbiot.Client
-
Retrieve a team.
- Team - Interface in com.telenordigital.nbiot
-
A team represents a collection of users.
- Team.TeamList - Interface in com.telenordigital.nbiot
- teamID() - Method in interface com.telenordigital.nbiot.Collection
-
The team's ID
- teamID() - Method in class com.telenordigital.nbiot.ImmutableCollection
-
The team's ID
- teamID(String) - Method in class com.telenordigital.nbiot.ImmutableCollection.Builder
-
Initializes the value for the
teamIDattribute. - teams() - Method in class com.telenordigital.nbiot.Client
-
Retrieve all teams the user has access to.
- teams() - Method in class com.telenordigital.nbiot.ImmutableTeamList
- teams() - Method in interface com.telenordigital.nbiot.Team.TeamList
- teams(Team...) - Method in class com.telenordigital.nbiot.ImmutableTeamList.Builder
-
Initializes the value for the
teamsattribute. - toString() - Method in class com.telenordigital.nbiot.ImmutableCollection
-
Prints the immutable value
Collectionwith attribute values. - toString() - Method in class com.telenordigital.nbiot.ImmutableCollectionList
-
Prints the immutable value
CollectionListwith attribute values. - toString() - Method in class com.telenordigital.nbiot.ImmutableDataSearchParameters
-
Prints the immutable value
DataSearchParameterswith attribute values. - toString() - Method in class com.telenordigital.nbiot.ImmutableDevice
-
Prints the immutable value
Devicewith attribute values. - toString() - Method in class com.telenordigital.nbiot.ImmutableDeviceList
-
Prints the immutable value
DeviceListwith attribute values. - toString() - Method in class com.telenordigital.nbiot.ImmutableMember
-
Prints the immutable value
Memberwith attribute values. - toString() - Method in class com.telenordigital.nbiot.ImmutableOutput
-
Prints the immutable value
Outputwith attribute values. - toString() - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
-
Prints the immutable value
OutputDataMessagewith attribute values. - toString() - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessageList
-
Prints the immutable value
OutputDataMessageListwith attribute values. - toString() - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessageListInternal
-
Prints the immutable value
OutputDataMessageListInternalwith attribute values. - toString() - Method in class com.telenordigital.nbiot.ImmutableOutputList
-
Prints the immutable value
OutputListwith attribute values. - toString() - Method in class com.telenordigital.nbiot.ImmutableTeam
-
Prints the immutable value
Teamwith attribute values. - toString() - Method in class com.telenordigital.nbiot.ImmutableTeamList
-
Prints the immutable value
TeamListwith attribute values. - type() - Method in class com.telenordigital.nbiot.ImmutableOutput
-
The output's type.
- type() - Method in interface com.telenordigital.nbiot.Output
-
The output's type.
- type(String) - Method in class com.telenordigital.nbiot.ImmutableOutput.Builder
-
Initializes the value for the
typeattribute.
U
- until() - Method in interface com.telenordigital.nbiot.DataSearchParameters
-
Fetch data until given Instant
- until() - Method in class com.telenordigital.nbiot.ImmutableDataSearchParameters
-
Fetch data until given Instant
- until(Instant) - Method in class com.telenordigital.nbiot.ImmutableDataSearchParameters.Builder
-
Initializes the value for the
untilattribute. - updateCollection(Collection) - Method in class com.telenordigital.nbiot.Client
-
Update a collection.
- updateDevice(String, Device) - Method in class com.telenordigital.nbiot.Client
-
Update a device.
- updateOutput(String, Output) - Method in class com.telenordigital.nbiot.Client
-
Update an output.
- updateTeam(Team) - Method in class com.telenordigital.nbiot.Client
-
Update a team.
- userID() - Method in class com.telenordigital.nbiot.ImmutableMember
-
The user's ID
- userID() - Method in interface com.telenordigital.nbiot.Member
-
The user's ID
- userID(String) - Method in class com.telenordigital.nbiot.ImmutableMember.Builder
-
Initializes the value for the
userIDattribute.
W
- WebSocketHandler - Class in com.telenordigital.nbiot
-
Set up a WebSocket for output stream
- WebSocketHandler(OutputStreamHandler) - Constructor for class com.telenordigital.nbiot.WebSocketHandler
- withCollectionID(String) - Method in class com.telenordigital.nbiot.ImmutableDevice
-
Copy the current immutable object by setting a value for the
collectionIDattribute. - withCollectionID(String) - Method in class com.telenordigital.nbiot.ImmutableOutput
-
Copy the current immutable object by setting a value for the
collectionIDattribute. - withCollections(Collection...) - Method in class com.telenordigital.nbiot.ImmutableCollectionList
-
Copy the current immutable object with elements that replace the content of
collections. - withConfig(Map<String, ? extends Object>) - Method in class com.telenordigital.nbiot.ImmutableOutput
-
Copy the current immutable object by replacing the
configmap with the specified map. - withDevice(Device) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
-
Copy the current immutable object by setting a value for the
deviceattribute. - withDevices(Device...) - Method in class com.telenordigital.nbiot.ImmutableDeviceList
-
Copy the current immutable object with elements that replace the content of
devices. - withId(String) - Method in class com.telenordigital.nbiot.ImmutableCollection
-
Copy the current immutable object by setting a value for the
idattribute. - withId(String) - Method in class com.telenordigital.nbiot.ImmutableDevice
-
Copy the current immutable object by setting a value for the
idattribute. - withId(String) - Method in class com.telenordigital.nbiot.ImmutableOutput
-
Copy the current immutable object by setting a value for the
idattribute. - withId(String) - Method in class com.telenordigital.nbiot.ImmutableTeam
-
Copy the current immutable object by setting a value for the
idattribute. - withImei(String) - Method in class com.telenordigital.nbiot.ImmutableDevice
-
Copy the current immutable object by setting a value for the
imeiattribute. - withImsi(String) - Method in class com.telenordigital.nbiot.ImmutableDevice
-
Copy the current immutable object by setting a value for the
imsiattribute. - withLimit(Integer) - Method in class com.telenordigital.nbiot.ImmutableDataSearchParameters
-
Copy the current immutable object by setting a value for the
limitattribute. - withMembers(Member...) - Method in class com.telenordigital.nbiot.ImmutableTeam
-
Copy the current immutable object with elements that replace the content of
members. - withMessages(OutputDataMessage...) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessageList
-
Copy the current immutable object with elements that replace the content of
messages. - withMessages(OutputDataMessageInternal...) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessageListInternal
-
Copy the current immutable object with elements that replace the content of
messages. - withOutputs(Output...) - Method in class com.telenordigital.nbiot.ImmutableOutputList
-
Copy the current immutable object with elements that replace the content of
outputs. - withPayload(byte...) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
-
Copy the current immutable object with elements that replace the content of
payload. - withReceived(Instant) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
-
Copy the current immutable object by setting a value for the
receivedattribute. - withRole(String) - Method in class com.telenordigital.nbiot.ImmutableMember
-
Copy the current immutable object by setting a value for the
roleattribute. - withSince(Instant) - Method in class com.telenordigital.nbiot.ImmutableDataSearchParameters
-
Copy the current immutable object by setting a value for the
sinceattribute. - withTags(Map<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableCollection
-
Copy the current immutable object by replacing the
tagsmap with the specified map. - withTags(Map<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableDevice
-
Copy the current immutable object by replacing the
tagsmap with the specified map. - withTags(Map<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableTeam
-
Copy the current immutable object by replacing the
tagsmap with the specified map. - withTeamID(String) - Method in class com.telenordigital.nbiot.ImmutableCollection
-
Copy the current immutable object by setting a value for the
teamIDattribute. - withTeams(Team...) - Method in class com.telenordigital.nbiot.ImmutableTeamList
-
Copy the current immutable object with elements that replace the content of
teams. - withType(String) - Method in class com.telenordigital.nbiot.ImmutableOutput
-
Copy the current immutable object by setting a value for the
typeattribute. - withUntil(Instant) - Method in class com.telenordigital.nbiot.ImmutableDataSearchParameters
-
Copy the current immutable object by setting a value for the
untilattribute. - withUserID(String) - Method in class com.telenordigital.nbiot.ImmutableMember
-
Copy the current immutable object by setting a value for the
userIDattribute.
All Classes All Packages