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
  • Method Details

    • getOrganizationId

      public String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      Specified by:
      getOrganizationId in interface AppOuterClass.ResendOrganizationInviteRequestOrBuilder
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      public com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      Specified by:
      getOrganizationIdBytes in interface AppOuterClass.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

      public String getEmail()
      string email = 2 [json_name = "email"];
      Specified by:
      getEmail in interface AppOuterClass.ResendOrganizationInviteRequestOrBuilder
      Returns:
      The email.
    • getEmailBytes

      public com.google.protobuf.ByteString getEmailBytes()
      string email = 2 [json_name = "email"];
      Specified by:
      getEmailBytes in interface AppOuterClass.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 interface AppOuterClass.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 interface AppOuterClass.ResendOrganizationInviteRequestOrBuilder
      Returns:
      The sendEmailInvite.
    • setSendEmailInvite

      public AppOuterClass.ResendOrganizationInviteRequest.Builder setSendEmailInvite(boolean value)
       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.