Uses of Class
com.telenordigital.nbiot.ImmutableSystemDefaults
-
Packages that use ImmutableSystemDefaults Package Description com.telenordigital.nbiot -
-
Uses of ImmutableSystemDefaults in com.telenordigital.nbiot
Methods in com.telenordigital.nbiot that return ImmutableSystemDefaults Modifier and Type Method Description ImmutableSystemDefaultsImmutableSystemDefaults.Builder. build()Builds a newImmutableSystemDefaults.static ImmutableSystemDefaultsImmutableSystemDefaults. copyOf(SystemDefaults instance)Creates an immutable copy of aSystemDefaultsvalue.ImmutableSystemDefaultsImmutableSystemDefaults. withFieldMask(FieldMask value)Copy the current immutable object by setting a value for thefieldMaskattribute.ImmutableSystemDefaultsImmutableSystemDefaults. withForcedFieldMask(FieldMask value)Copy the current immutable object by setting a value for theforcedFieldMaskattribute.
-