Uses of Interface
com.telenordigital.nbiot.Invite
-
Packages that use Invite Package Description com.telenordigital.nbiot -
-
Uses of Invite in com.telenordigital.nbiot
Classes in com.telenordigital.nbiot that implement Invite Modifier and Type Class Description classImmutableInviteImmutable implementation ofInvite.Methods in com.telenordigital.nbiot that return Invite Modifier and Type Method Description InviteClient. createInvite(String teamID)Create a new invite.InviteClient. invite(String teamID, String code)Retrieve an invite.Invite[]Client. invites(String teamID)Retrieve all invites to a team.Invite[]ImmutableInviteList. invites()Invite[]Invite.InviteList. invites()Methods in com.telenordigital.nbiot with parameters of type Invite Modifier and Type Method Description static ImmutableInviteImmutableInvite. copyOf(Invite instance)Creates an immutable copy of aInvitevalue.ImmutableInvite.BuilderImmutableInvite.Builder. from(Invite instance)Fill a builder with attribute values from the providedInviteinstance.ImmutableInviteList.BuilderImmutableInviteList.Builder. invites(Invite... invites)Initializes the value for theinvitesattribute.ImmutableInviteListImmutableInviteList. withInvites(Invite... elements)Copy the current immutable object with elements that replace the content ofinvites.
-