Class RegisterRequest.Builder

    • Field Summary

      • Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        instance
    • Method Detail

      • hasCredentials

        public boolean hasCredentials()
        .streamlayer.pushNotification.PushCredentials credentials = 1 [json_name = "credentials"];
        Specified by:
        hasCredentials in interface RegisterRequestOrBuilder
        Returns:
        Whether the credentials field is set.
      • clearCredentials

        public RegisterRequest.Builder clearCredentials()
        .streamlayer.pushNotification.PushCredentials credentials = 1 [json_name = "credentials"];
      • getType

        public java.lang.String getType()
        string type = 2 [json_name = "type"];
        Specified by:
        getType in interface RegisterRequestOrBuilder
        Returns:
        The type.
      • getTypeBytes

        public com.google.protobuf.ByteString getTypeBytes()
        string type = 2 [json_name = "type"];
        Specified by:
        getTypeBytes in interface RegisterRequestOrBuilder
        Returns:
        The bytes for type.
      • setType

        public RegisterRequest.Builder setType​(java.lang.String value)
        string type = 2 [json_name = "type"];
        Parameters:
        value - The type to set.
        Returns:
        This builder for chaining.
      • clearType

        public RegisterRequest.Builder clearType()
        string type = 2 [json_name = "type"];
        Returns:
        This builder for chaining.
      • setTypeBytes

        public RegisterRequest.Builder setTypeBytes​(com.google.protobuf.ByteString value)
        string type = 2 [json_name = "type"];
        Parameters:
        value - The bytes for type to set.
        Returns:
        This builder for chaining.
      • getOrganizationId

        public java.lang.String getOrganizationId()
        string organization_id = 3 [json_name = "organizationId"];
        Specified by:
        getOrganizationId in interface RegisterRequestOrBuilder
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        public com.google.protobuf.ByteString getOrganizationIdBytes()
        string organization_id = 3 [json_name = "organizationId"];
        Specified by:
        getOrganizationIdBytes in interface RegisterRequestOrBuilder
        Returns:
        The bytes for organizationId.
      • setOrganizationId

        public RegisterRequest.Builder setOrganizationId​(java.lang.String value)
        string organization_id = 3 [json_name = "organizationId"];
        Parameters:
        value - The organizationId to set.
        Returns:
        This builder for chaining.
      • clearOrganizationId

        public RegisterRequest.Builder clearOrganizationId()
        string organization_id = 3 [json_name = "organizationId"];
        Returns:
        This builder for chaining.
      • setOrganizationIdBytes

        public RegisterRequest.Builder setOrganizationIdBytes​(com.google.protobuf.ByteString value)
        string organization_id = 3 [json_name = "organizationId"];
        Parameters:
        value - The bytes for organizationId to set.
        Returns:
        This builder for chaining.