Class OrganizationMemberUpdateParams.InviteUsers
-
- All Implemented Interfaces:
public final class OrganizationMemberUpdateParams.InviteUsersUsers to invite to the organization
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOrganizationMemberUpdateParams.InviteUsers.BuilderA builder for InviteUsers.
-
Method Summary
Modifier and Type Method Description final Optional<List<String>>emails()Emails of users to invite final Optional<String>groupId()Singular form of group_ids final Optional<List<String>>groupIds()Optional list of group ids to add newly-invited users to. final Optional<String>groupName()Singular form of group_names final Optional<List<String>>groupNames()Optional list of group names to add newly-invited users to. final Optional<List<String>>ids()Ids of existing users to invite final Optional<Boolean>sendInviteEmails()If true, send invite emails to the users who wore actually added final JsonField<List<String>>_emails()Returns the raw JSON value of emails. final JsonField<String>_groupId()Returns the raw JSON value of groupId. final JsonField<List<String>>_groupIds()Returns the raw JSON value of groupIds. final JsonField<String>_groupName()Returns the raw JSON value of groupName. final JsonField<List<String>>_groupNames()Returns the raw JSON value of groupNames. final JsonField<List<String>>_ids()Returns the raw JSON value of ids. final JsonField<Boolean>_sendInviteEmails()Returns the raw JSON value of sendInviteEmails. final Map<String, JsonValue>_additionalProperties()final OrganizationMemberUpdateParams.InviteUsers.BuildertoBuilder()final OrganizationMemberUpdateParams.InviteUsersvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static OrganizationMemberUpdateParams.InviteUsers.Builderbuilder()Returns a mutable builder for constructing an instance of InviteUsers. -
-
Method Detail
-
groupIds
final Optional<List<String>> groupIds()
Optional list of group ids to add newly-invited users to.
-
groupNames
final Optional<List<String>> groupNames()
Optional list of group names to add newly-invited users to.
-
sendInviteEmails
final Optional<Boolean> sendInviteEmails()
If true, send invite emails to the users who wore actually added
-
_emails
final JsonField<List<String>> _emails()
Returns the raw JSON value of emails.
Unlike emails, this method doesn't throw if the JSON field has an unexpected type.
-
_groupId
final JsonField<String> _groupId()
Returns the raw JSON value of groupId.
Unlike groupId, this method doesn't throw if the JSON field has an unexpected type.
-
_groupIds
final JsonField<List<String>> _groupIds()
Returns the raw JSON value of groupIds.
Unlike groupIds, this method doesn't throw if the JSON field has an unexpected type.
-
_groupName
final JsonField<String> _groupName()
Returns the raw JSON value of groupName.
Unlike groupName, this method doesn't throw if the JSON field has an unexpected type.
-
_groupNames
final JsonField<List<String>> _groupNames()
Returns the raw JSON value of groupNames.
Unlike groupNames, this method doesn't throw if the JSON field has an unexpected type.
-
_ids
final JsonField<List<String>> _ids()
Returns the raw JSON value of ids.
Unlike ids, this method doesn't throw if the JSON field has an unexpected type.
-
_sendInviteEmails
final JsonField<Boolean> _sendInviteEmails()
Returns the raw JSON value of sendInviteEmails.
Unlike sendInviteEmails, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final OrganizationMemberUpdateParams.InviteUsers.Builder toBuilder()
-
validate
final OrganizationMemberUpdateParams.InviteUsers validate()
-
builder
final static OrganizationMemberUpdateParams.InviteUsers.Builder builder()
Returns a mutable builder for constructing an instance of InviteUsers.
-
-
-
-