Uses of Class
com.telenordigital.nbiot.ImmutableOutput.Builder
-
-
Uses of ImmutableOutput.Builder in com.telenordigital.nbiot
Methods in com.telenordigital.nbiot that return ImmutableOutput.Builder Modifier and Type Method Description ImmutableOutput.BuilderImmutableOutput.Builder. collectionID(String collectionID)Initializes the value for thecollectionIDattribute.ImmutableOutput.BuilderImmutableOutput.Builder. config(Map<String,? extends Object> config)Sets or replaces all mappings from the specified map as entries for theconfigmap.ImmutableOutput.BuilderImmutableOutput.Builder. from(Output instance)Fill a builder with attribute values from the providedOutputinstance.ImmutableOutput.BuilderImmutableOutput.Builder. id(String id)Initializes the value for theidattribute.ImmutableOutput.BuilderImmutableOutput.Builder. putAllConfig(Map<String,? extends Object> config)Put all mappings from the specified map as entries toconfigmap.ImmutableOutput.BuilderImmutableOutput.Builder. putConfig(String key, Object value)Put one entry to theconfigmap.ImmutableOutput.BuilderImmutableOutput.Builder. putConfig(Map.Entry<String,? extends Object> entry)Put one entry to theconfigmap.ImmutableOutput.BuilderImmutableOutput.Builder. type(String type)Initializes the value for thetypeattribute.
-