Uses of Class
com.telenordigital.nbiot.ImmutableOutput
-
-
Uses of ImmutableOutput in com.telenordigital.nbiot
Methods in com.telenordigital.nbiot that return ImmutableOutput Modifier and Type Method Description ImmutableOutputImmutableOutput.Builder. build()Builds a newImmutableOutput.static ImmutableOutputImmutableOutput. copyOf(Output instance)Creates an immutable copy of aOutputvalue.ImmutableOutputImmutableOutput. withCollectionID(String value)Copy the current immutable object by setting a value for thecollectionIDattribute.ImmutableOutputImmutableOutput. withConfig(Map<String,? extends Object> entries)Copy the current immutable object by replacing theconfigmap with the specified map.ImmutableOutputImmutableOutput. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableOutputImmutableOutput. withType(String value)Copy the current immutable object by setting a value for thetypeattribute.
-