Uses of Class
com.telenordigital.nbiot.ImmutableIFTTTOutput
-
Packages that use ImmutableIFTTTOutput Package Description com.telenordigital.nbiot -
-
Uses of ImmutableIFTTTOutput in com.telenordigital.nbiot
Methods in com.telenordigital.nbiot that return ImmutableIFTTTOutput Modifier and Type Method Description ImmutableIFTTTOutputImmutableIFTTTOutput.Builder. build()Builds a newImmutableIFTTTOutput.static ImmutableIFTTTOutputImmutableIFTTTOutput. copyOf(IFTTTOutput instance)Creates an immutable copy of aIFTTTOutputvalue.ImmutableIFTTTOutputImmutableIFTTTOutput. withAsIsPayload(Boolean value)Copy the current immutable object by setting a value for theasIsPayloadattribute.ImmutableIFTTTOutputImmutableIFTTTOutput. withCollectionID(String value)Copy the current immutable object by setting a value for thecollectionIDattribute.ImmutableIFTTTOutputImmutableIFTTTOutput. withEnabled(Boolean value)Copy the current immutable object by setting a value for theenabledattribute.ImmutableIFTTTOutputImmutableIFTTTOutput. withEventName(String value)Copy the current immutable object by setting a value for theeventNameattribute.ImmutableIFTTTOutputImmutableIFTTTOutput. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableIFTTTOutputImmutableIFTTTOutput. withKey(String value)Copy the current immutable object by setting a value for thekeyattribute.ImmutableIFTTTOutputImmutableIFTTTOutput. withTags(Map<String,? extends String> entries)Copy the current immutable object by replacing thetagsmap with the specified map.
-