Package viam.app.v1
Class AppOuterClass.ResendOrganizationInviteRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.ResendOrganizationInviteRequest,AppOuterClass.ResendOrganizationInviteRequest.Builder>
viam.app.v1.AppOuterClass.ResendOrganizationInviteRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,AppOuterClass.ResendOrganizationInviteRequestOrBuilder
- Enclosing class:
- AppOuterClass.ResendOrganizationInviteRequest
public static final class AppOuterClass.ResendOrganizationInviteRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.ResendOrganizationInviteRequest,AppOuterClass.ResendOrganizationInviteRequest.Builder>
implements AppOuterClass.ResendOrganizationInviteRequestOrBuilder
Protobuf type
viam.app.v1.ResendOrganizationInviteRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionstring email = 2 [json_name = "email"];
string organization_id = 1 [json_name = "organizationId"];
Set to true (the default) to send an email to the recipient of an invite.getEmail()
string email = 2 [json_name = "email"];
com.google.protobuf.ByteString
string email = 2 [json_name = "email"];
string organization_id = 1 [json_name = "organizationId"];
com.google.protobuf.ByteString
string organization_id = 1 [json_name = "organizationId"];
boolean
Set to true (the default) to send an email to the recipient of an invite.boolean
Set to true (the default) to send an email to the recipient of an invite.string email = 2 [json_name = "email"];
setEmailBytes
(com.google.protobuf.ByteString value) string email = 2 [json_name = "email"];
setOrganizationId
(String value) string organization_id = 1 [json_name = "organizationId"];
setOrganizationIdBytes
(com.google.protobuf.ByteString value) string organization_id = 1 [json_name = "organizationId"];
setSendEmailInvite
(boolean value) Set to true (the default) to send an email to the recipient of an invite.Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrganizationId
string organization_id = 1 [json_name = "organizationId"];
- Specified by:
getOrganizationId
in interfaceAppOuterClass.ResendOrganizationInviteRequestOrBuilder
- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];
- Specified by:
getOrganizationIdBytes
in interfaceAppOuterClass.ResendOrganizationInviteRequestOrBuilder
- Returns:
- The bytes for organizationId.
-
setOrganizationId
string organization_id = 1 [json_name = "organizationId"];
- Parameters:
value
- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
string organization_id = 1 [json_name = "organizationId"];
- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
public AppOuterClass.ResendOrganizationInviteRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value) string organization_id = 1 [json_name = "organizationId"];
- Parameters:
value
- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
getEmail
string email = 2 [json_name = "email"];
- Specified by:
getEmail
in interfaceAppOuterClass.ResendOrganizationInviteRequestOrBuilder
- Returns:
- The email.
-
getEmailBytes
public com.google.protobuf.ByteString getEmailBytes()string email = 2 [json_name = "email"];
- Specified by:
getEmailBytes
in interfaceAppOuterClass.ResendOrganizationInviteRequestOrBuilder
- Returns:
- The bytes for email.
-
setEmail
string email = 2 [json_name = "email"];
- Parameters:
value
- The email to set.- Returns:
- This builder for chaining.
-
clearEmail
string email = 2 [json_name = "email"];
- Returns:
- This builder for chaining.
-
setEmailBytes
public AppOuterClass.ResendOrganizationInviteRequest.Builder setEmailBytes(com.google.protobuf.ByteString value) string email = 2 [json_name = "email"];
- Parameters:
value
- The bytes for email to set.- Returns:
- This builder for chaining.
-
hasSendEmailInvite
public boolean hasSendEmailInvite()Set to true (the default) to send an email to the recipient of an invite. The user must accept the email to be added to the associated authorizations. When set to false, the user automatically receives the associated authorization on the next login of the user with the associated email address.
optional bool send_email_invite = 3 [json_name = "sendEmailInvite"];
- Specified by:
hasSendEmailInvite
in interfaceAppOuterClass.ResendOrganizationInviteRequestOrBuilder
- Returns:
- Whether the sendEmailInvite field is set.
-
getSendEmailInvite
public boolean getSendEmailInvite()Set to true (the default) to send an email to the recipient of an invite. The user must accept the email to be added to the associated authorizations. When set to false, the user automatically receives the associated authorization on the next login of the user with the associated email address.
optional bool send_email_invite = 3 [json_name = "sendEmailInvite"];
- Specified by:
getSendEmailInvite
in interfaceAppOuterClass.ResendOrganizationInviteRequestOrBuilder
- Returns:
- The sendEmailInvite.
-
setSendEmailInvite
Set to true (the default) to send an email to the recipient of an invite. The user must accept the email to be added to the associated authorizations. When set to false, the user automatically receives the associated authorization on the next login of the user with the associated email address.
optional bool send_email_invite = 3 [json_name = "sendEmailInvite"];
- Parameters:
value
- The sendEmailInvite to set.- Returns:
- This builder for chaining.
-
clearSendEmailInvite
Set to true (the default) to send an email to the recipient of an invite. The user must accept the email to be added to the associated authorizations. When set to false, the user automatically receives the associated authorization on the next login of the user with the associated email address.
optional bool send_email_invite = 3 [json_name = "sendEmailInvite"];
- Returns:
- This builder for chaining.
-