Uses of Class
com.telenordigital.nbiot.ImmutableInvite
-
Packages that use ImmutableInvite Package Description com.telenordigital.nbiot -
-
Uses of ImmutableInvite in com.telenordigital.nbiot
Methods in com.telenordigital.nbiot that return ImmutableInvite Modifier and Type Method Description ImmutableInviteImmutableInvite.Builder. build()Builds a newImmutableInvite.static ImmutableInviteImmutableInvite. copyOf(Invite instance)Creates an immutable copy of aInvitevalue.ImmutableInviteImmutableInvite. withCode(String value)Copy the current immutable object by setting a value for thecodeattribute.ImmutableInviteImmutableInvite. withCreatedAt(long value)Copy the current immutable object by setting a value for thecreatedAtattribute.
-