Uses of Class
com.telenordigital.nbiot.ImmutableFieldMask
-
Packages that use ImmutableFieldMask Package Description com.telenordigital.nbiot -
-
Uses of ImmutableFieldMask in com.telenordigital.nbiot
Methods in com.telenordigital.nbiot that return ImmutableFieldMask Modifier and Type Method Description ImmutableFieldMaskImmutableFieldMask.Builder. build()Builds a newImmutableFieldMask.static ImmutableFieldMaskImmutableFieldMask. copyOf(FieldMask instance)Creates an immutable copy of aFieldMaskvalue.ImmutableFieldMaskImmutableFieldMask. withImei(Boolean value)Copy the current immutable object by setting a value for theimeiattribute.ImmutableFieldMaskImmutableFieldMask. withImsi(Boolean value)Copy the current immutable object by setting a value for theimsiattribute.ImmutableFieldMaskImmutableFieldMask. withLocation(Boolean value)Copy the current immutable object by setting a value for thelocationattribute.ImmutableFieldMaskImmutableFieldMask. withMsisdn(Boolean value)Copy the current immutable object by setting a value for themsisdnattribute.
-