Class EnableEntityRequest.Builder

    • Method Detail

      • getEntitiesCount

        public int getEntitiesCount()
        repeated .streamlayer.triggers.EnableEntityRequest.Data entities = 1 [json_name = "entities"];
        Specified by:
        getEntitiesCount in interface EnableEntityRequestOrBuilder
      • clearEntities

        public EnableEntityRequest.Builder clearEntities()
        repeated .streamlayer.triggers.EnableEntityRequest.Data entities = 1 [json_name = "entities"];
      • removeEntities

        public EnableEntityRequest.Builder removeEntities​(int index)
        repeated .streamlayer.triggers.EnableEntityRequest.Data entities = 1 [json_name = "entities"];
      • hasOrganizationId

        public boolean hasOrganizationId()
         required for ModerationSubscriptionResponse
         
        optional string organization_id = 2 [json_name = "organizationId"];
        Specified by:
        hasOrganizationId in interface EnableEntityRequestOrBuilder
        Returns:
        Whether the organizationId field is set.
      • getOrganizationId

        public java.lang.String getOrganizationId()
         required for ModerationSubscriptionResponse
         
        optional string organization_id = 2 [json_name = "organizationId"];
        Specified by:
        getOrganizationId in interface EnableEntityRequestOrBuilder
        Returns:
        The organizationId.
      • getOrganizationIdBytes

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

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

        public EnableEntityRequest.Builder clearOrganizationId()
         required for ModerationSubscriptionResponse
         
        optional string organization_id = 2 [json_name = "organizationId"];
        Returns:
        This builder for chaining.
      • setOrganizationIdBytes

        public EnableEntityRequest.Builder setOrganizationIdBytes​(com.google.protobuf.ByteString value)
         required for ModerationSubscriptionResponse
         
        optional string organization_id = 2 [json_name = "organizationId"];
        Parameters:
        value - The bytes for organizationId to set.
        Returns:
        This builder for chaining.
      • hasEventId

        public boolean hasEventId()
         required for ModerationSubscriptionResponse
         
        optional string event_id = 3 [json_name = "eventId"];
        Specified by:
        hasEventId in interface EnableEntityRequestOrBuilder
        Returns:
        Whether the eventId field is set.
      • getEventId

        public java.lang.String getEventId()
         required for ModerationSubscriptionResponse
         
        optional string event_id = 3 [json_name = "eventId"];
        Specified by:
        getEventId in interface EnableEntityRequestOrBuilder
        Returns:
        The eventId.
      • getEventIdBytes

        public com.google.protobuf.ByteString getEventIdBytes()
         required for ModerationSubscriptionResponse
         
        optional string event_id = 3 [json_name = "eventId"];
        Specified by:
        getEventIdBytes in interface EnableEntityRequestOrBuilder
        Returns:
        The bytes for eventId.
      • setEventId

        public EnableEntityRequest.Builder setEventId​(java.lang.String value)
         required for ModerationSubscriptionResponse
         
        optional string event_id = 3 [json_name = "eventId"];
        Parameters:
        value - The eventId to set.
        Returns:
        This builder for chaining.
      • clearEventId

        public EnableEntityRequest.Builder clearEventId()
         required for ModerationSubscriptionResponse
         
        optional string event_id = 3 [json_name = "eventId"];
        Returns:
        This builder for chaining.
      • setEventIdBytes

        public EnableEntityRequest.Builder setEventIdBytes​(com.google.protobuf.ByteString value)
         required for ModerationSubscriptionResponse
         
        optional string event_id = 3 [json_name = "eventId"];
        Parameters:
        value - The bytes for eventId to set.
        Returns:
        This builder for chaining.