B C D E F H I K M O P R S T U W 
All Classes All Packages

B

beforeRequest(Map<String, List<String>>) - Method in class com.telenordigital.nbiot.OutputStream.Config
 
build() - Method in class com.telenordigital.nbiot.ImmutableCollection.Builder
Builds a new ImmutableCollection.
build() - Method in class com.telenordigital.nbiot.ImmutableCollectionList.Builder
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
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 ImmutableCollection instances.
Builder() - Constructor for class com.telenordigital.nbiot.ImmutableCollectionList.Builder
Creates a builder for ImmutableCollectionList instances.
Builder() - Constructor for class com.telenordigital.nbiot.ImmutableDevice.Builder
Creates a builder for ImmutableDevice instances.
Builder() - Constructor for class com.telenordigital.nbiot.ImmutableDeviceList.Builder
Creates a builder for ImmutableDeviceList instances.
Builder() - Constructor for class com.telenordigital.nbiot.ImmutableMember.Builder
Creates a builder for ImmutableMember instances.
Builder() - Constructor for class com.telenordigital.nbiot.ImmutableOutput.Builder
Creates a builder for ImmutableOutput instances.
Builder() - Constructor for class com.telenordigital.nbiot.ImmutableOutputDataMessage.Builder
Creates a builder for ImmutableOutputDataMessage instances.
Builder() - Constructor for class com.telenordigital.nbiot.ImmutableOutputList.Builder
Creates a builder for ImmutableOutputList instances.
Builder() - Constructor for class com.telenordigital.nbiot.ImmutableTeam.Builder
Creates a builder for ImmutableTeam instances.
Builder() - Constructor for class com.telenordigital.nbiot.ImmutableTeamList.Builder
Creates a builder for ImmutableTeamList instances.

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.
Client.OutputHandler - Interface in com.telenordigital.nbiot
 
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.
close() - Method in class com.telenordigital.nbiot.OutputStream
 
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 collectionID attribute.
collectionID(String) - Method in class com.telenordigital.nbiot.ImmutableOutput.Builder
Initializes the value for the collectionID attribute.
collectionOutput(String, Client.OutputHandler) - 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 collections attribute.
com.telenordigital.nbiot - package com.telenordigital.nbiot
 
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 config map.
Config() - Constructor for class com.telenordigital.nbiot.OutputStream.Config
 
copyOf(Collection) - Static method in class com.telenordigital.nbiot.ImmutableCollection
Creates an immutable copy of a Collection value.
copyOf(Collection.CollectionList) - Static method in class com.telenordigital.nbiot.ImmutableCollectionList
Creates an immutable copy of a Collection.CollectionList value.
copyOf(Device) - Static method in class com.telenordigital.nbiot.ImmutableDevice
Creates an immutable copy of a Device value.
copyOf(Device.DeviceList) - Static method in class com.telenordigital.nbiot.ImmutableDeviceList
Creates an immutable copy of a Device.DeviceList value.
copyOf(Member) - Static method in class com.telenordigital.nbiot.ImmutableMember
Creates an immutable copy of a Member value.
copyOf(Output) - Static method in class com.telenordigital.nbiot.ImmutableOutput
Creates an immutable copy of a Output value.
copyOf(Output.OutputList) - Static method in class com.telenordigital.nbiot.ImmutableOutputList
Creates an immutable copy of a Output.OutputList value.
copyOf(OutputDataMessage) - Static method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
Creates an immutable copy of a OutputDataMessage value.
copyOf(Team) - Static method in class com.telenordigital.nbiot.ImmutableTeam
Creates an immutable copy of a Team value.
copyOf(Team.TeamList) - Static method in class com.telenordigital.nbiot.ImmutableTeamList
Creates an immutable copy of a Team.TeamList value.
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

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 device attribute.
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, Client.OutputHandler) - 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 devices attribute.
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 ImmutableCollection that have equal attribute values.
equals(Object) - Method in class com.telenordigital.nbiot.ImmutableCollectionList
This instance is equal to all instances of ImmutableCollectionList that have equal attribute values.
equals(Object) - Method in class com.telenordigital.nbiot.ImmutableDevice
This instance is equal to all instances of ImmutableDevice that have equal attribute values.
equals(Object) - Method in class com.telenordigital.nbiot.ImmutableDeviceList
This instance is equal to all instances of ImmutableDeviceList that have equal attribute values.
equals(Object) - Method in class com.telenordigital.nbiot.ImmutableMember
This instance is equal to all instances of ImmutableMember that have equal attribute values.
equals(Object) - Method in class com.telenordigital.nbiot.ImmutableOutput
This instance is equal to all instances of ImmutableOutput that have equal attribute values.
equals(Object) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
This instance is equal to all instances of ImmutableOutputDataMessage that have equal attribute values.
equals(Object) - Method in class com.telenordigital.nbiot.ImmutableOutputList
This instance is equal to all instances of ImmutableOutputList that have equal attribute values.
equals(Object) - Method in class com.telenordigital.nbiot.ImmutableTeam
This instance is equal to all instances of ImmutableTeam that have equal attribute values.
equals(Object) - Method in class com.telenordigital.nbiot.ImmutableTeamList
This instance is equal to all instances of ImmutableTeamList that have equal attribute values.

F

from(Collection) - Method in class com.telenordigital.nbiot.ImmutableCollection.Builder
Fill a builder with attribute values from the provided Collection instance.
from(Collection.CollectionList) - Method in class com.telenordigital.nbiot.ImmutableCollectionList.Builder
Fill a builder with attribute values from the provided CollectionList instance.
from(Device) - Method in class com.telenordigital.nbiot.ImmutableDevice.Builder
Fill a builder with attribute values from the provided Device instance.
from(Device.DeviceList) - Method in class com.telenordigital.nbiot.ImmutableDeviceList.Builder
Fill a builder with attribute values from the provided DeviceList instance.
from(Member) - Method in class com.telenordigital.nbiot.ImmutableMember.Builder
Fill a builder with attribute values from the provided Member instance.
from(Output) - Method in class com.telenordigital.nbiot.ImmutableOutput.Builder
Fill a builder with attribute values from the provided Output instance.
from(Output.OutputList) - Method in class com.telenordigital.nbiot.ImmutableOutputList.Builder
Fill a builder with attribute values from the provided OutputList instance.
from(OutputDataMessage) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage.Builder
Fill a builder with attribute values from the provided OutputDataMessage instance.
from(Team) - Method in class com.telenordigital.nbiot.ImmutableTeam.Builder
Fill a builder with attribute values from the provided Team instance.
from(Team.TeamList) - Method in class com.telenordigital.nbiot.ImmutableTeamList.Builder
Fill a builder with attribute values from the provided TeamList instance.

H

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.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: keepAlive, device, payload, received.
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 id attribute.
id(String) - Method in class com.telenordigital.nbiot.ImmutableDevice.Builder
Initializes the value for the id attribute.
id(String) - Method in class com.telenordigital.nbiot.ImmutableOutput.Builder
Initializes the value for the id attribute.
id(String) - Method in class com.telenordigital.nbiot.ImmutableTeam.Builder
Initializes the value for the id attribute.
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 imei attribute.
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.
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.
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 imsi attribute.

K

keepAlive() - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
Ignore this.
keepAlive() - Method in interface com.telenordigital.nbiot.OutputDataMessage
Ignore this.
keepAlive(boolean) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage.Builder
Initializes the value for the keepAlive attribute.

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 members attribute.
message() - Method in exception com.telenordigital.nbiot.ClientException
Error message from server (if applicable)

O

onClose(Session, CloseReason) - Method in class com.telenordigital.nbiot.OutputStream
 
onData(OutputDataMessage) - Method in interface com.telenordigital.nbiot.Client.OutputHandler
 
onEnd() - Method in interface com.telenordigital.nbiot.Client.OutputHandler
 
onError(Session, Throwable) - Method in class com.telenordigital.nbiot.OutputStream
 
onOpen(Session, EndpointConfig) - Method in class com.telenordigital.nbiot.OutputStream
 
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 device.
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 outputs attribute.
outputs(String) - Method in class com.telenordigital.nbiot.Client
Retrieve all outputs in a collection.
OutputStream - Class in com.telenordigital.nbiot
 
OutputStream(URI, String, Client.OutputHandler) - Constructor for class com.telenordigital.nbiot.OutputStream
 
OutputStream.Config - Class in com.telenordigital.nbiot
 

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 payload attribute.
putAllConfig(Map<String, ? extends Object>) - Method in class com.telenordigital.nbiot.ImmutableOutput.Builder
Put all mappings from the specified map as entries to config map.
putAllTags(Map<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableCollection.Builder
Put all mappings from the specified map as entries to tags map.
putAllTags(Map<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableDevice.Builder
Put all mappings from the specified map as entries to tags map.
putAllTags(Map<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableTeam.Builder
Put all mappings from the specified map as entries to tags map.
putConfig(String, Object) - Method in class com.telenordigital.nbiot.ImmutableOutput.Builder
Put one entry to the config map.
putConfig(Map.Entry<String, ? extends Object>) - Method in class com.telenordigital.nbiot.ImmutableOutput.Builder
Put one entry to the config map.
putTags(String, String) - Method in class com.telenordigital.nbiot.ImmutableCollection.Builder
Put one entry to the tags map.
putTags(String, String) - Method in class com.telenordigital.nbiot.ImmutableDevice.Builder
Put one entry to the tags map.
putTags(String, String) - Method in class com.telenordigital.nbiot.ImmutableTeam.Builder
Put one entry to the tags map.
putTags(Map.Entry<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableCollection.Builder
Put one entry to the tags map.
putTags(Map.Entry<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableDevice.Builder
Put one entry to the tags map.
putTags(Map.Entry<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableTeam.Builder
Put one entry to the tags map.

R

received() - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
The time received.
received() - Method in interface com.telenordigital.nbiot.OutputDataMessage
The time received.
received(int) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage.Builder
Initializes the value for the received attribute.
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 role attribute.

S

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 tags map.
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 tags map.
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 tags map.
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 teamID attribute.
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 teams attribute.
toString() - Method in class com.telenordigital.nbiot.ImmutableCollection
Prints the immutable value Collection with attribute values.
toString() - Method in class com.telenordigital.nbiot.ImmutableCollectionList
Prints the immutable value CollectionList with attribute values.
toString() - Method in class com.telenordigital.nbiot.ImmutableDevice
Prints the immutable value Device with attribute values.
toString() - Method in class com.telenordigital.nbiot.ImmutableDeviceList
Prints the immutable value DeviceList with attribute values.
toString() - Method in class com.telenordigital.nbiot.ImmutableMember
Prints the immutable value Member with attribute values.
toString() - Method in class com.telenordigital.nbiot.ImmutableOutput
Prints the immutable value Output with attribute values.
toString() - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
Prints the immutable value OutputDataMessage with attribute values.
toString() - Method in class com.telenordigital.nbiot.ImmutableOutputList
Prints the immutable value OutputList with attribute values.
toString() - Method in class com.telenordigital.nbiot.ImmutableTeam
Prints the immutable value Team with attribute values.
toString() - Method in class com.telenordigital.nbiot.ImmutableTeamList
Prints the immutable value TeamList with 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 type attribute.

U

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 userID attribute.

W

withCollectionID(String) - Method in class com.telenordigital.nbiot.ImmutableDevice
Copy the current immutable object by setting a value for the collectionID attribute.
withCollectionID(String) - Method in class com.telenordigital.nbiot.ImmutableOutput
Copy the current immutable object by setting a value for the collectionID attribute.
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 config map with the specified map.
withDevice(Device) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
Copy the current immutable object by setting a value for the device attribute.
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 id attribute.
withId(String) - Method in class com.telenordigital.nbiot.ImmutableDevice
Copy the current immutable object by setting a value for the id attribute.
withId(String) - Method in class com.telenordigital.nbiot.ImmutableOutput
Copy the current immutable object by setting a value for the id attribute.
withId(String) - Method in class com.telenordigital.nbiot.ImmutableTeam
Copy the current immutable object by setting a value for the id attribute.
withImei(String) - Method in class com.telenordigital.nbiot.ImmutableDevice
Copy the current immutable object by setting a value for the imei attribute.
withImsi(String) - Method in class com.telenordigital.nbiot.ImmutableDevice
Copy the current immutable object by setting a value for the imsi attribute.
withKeepAlive(boolean) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
Copy the current immutable object by setting a value for the keepAlive attribute.
withMembers(Member...) - Method in class com.telenordigital.nbiot.ImmutableTeam
Copy the current immutable object with elements that replace the content of members.
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(int) - Method in class com.telenordigital.nbiot.ImmutableOutputDataMessage
Copy the current immutable object by setting a value for the received attribute.
withRole(String) - Method in class com.telenordigital.nbiot.ImmutableMember
Copy the current immutable object by setting a value for the role attribute.
withTags(Map<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableCollection
Copy the current immutable object by replacing the tags map with the specified map.
withTags(Map<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableDevice
Copy the current immutable object by replacing the tags map with the specified map.
withTags(Map<String, ? extends String>) - Method in class com.telenordigital.nbiot.ImmutableTeam
Copy the current immutable object by replacing the tags map with the specified map.
withTeamID(String) - Method in class com.telenordigital.nbiot.ImmutableCollection
Copy the current immutable object by setting a value for the teamID attribute.
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 type attribute.
withUserID(String) - Method in class com.telenordigital.nbiot.ImmutableMember
Copy the current immutable object by setting a value for the userID attribute.
B C D E F H I K M O P R S T U W 
All Classes All Packages