Uses of Interface
com.telenordigital.nbiot.OutputLogEntry
-
Packages that use OutputLogEntry Package Description com.telenordigital.nbiot -
-
Uses of OutputLogEntry in com.telenordigital.nbiot
Classes in com.telenordigital.nbiot that implement OutputLogEntry Modifier and Type Class Description classImmutableOutputLogEntryImmutable implementation ofOutputLogEntry.Methods in com.telenordigital.nbiot that return OutputLogEntry Modifier and Type Method Description OutputLogEntry[]ImmutableOutputLog. logs()OutputLogEntry[]OutputLogEntry.OutputLog. logs()OutputLogEntry[]Client. outputLogs(String collectionID, String outputID)Retrieve output logs.Methods in com.telenordigital.nbiot with parameters of type OutputLogEntry Modifier and Type Method Description static ImmutableOutputLogEntryImmutableOutputLogEntry. copyOf(OutputLogEntry instance)Creates an immutable copy of aOutputLogEntryvalue.ImmutableOutputLogEntry.BuilderImmutableOutputLogEntry.Builder. from(OutputLogEntry instance)Fill a builder with attribute values from the providedOutputLogEntryinstance.ImmutableOutputLog.BuilderImmutableOutputLog.Builder. logs(OutputLogEntry... logs)Initializes the value for thelogsattribute.ImmutableOutputLogImmutableOutputLog. withLogs(OutputLogEntry... elements)Copy the current immutable object with elements that replace the content oflogs.
-