Interface SaveRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    SaveRequest, SaveRequest.Builder

    public interface SaveRequestOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEventId()
      string event_id = 2 [json_name = "eventId"];
      com.google.protobuf.ByteString getEventIdBytes()
      string event_id = 2 [json_name = "eventId"];
      java.lang.String getField()
      general | notifications | sponsorships
      com.google.protobuf.ByteString getFieldBytes()
      general | notifications | sponsorships
      java.lang.String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      ModerationSettings getSettings()
      .streamlayer.sdkSettings.moderation.common.ModerationSettings settings = 4 [json_name = "settings"];
      boolean hasSettings()
      .streamlayer.sdkSettings.moderation.common.ModerationSettings settings = 4 [json_name = "settings"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getOrganizationId

        java.lang.String getOrganizationId()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The bytes for organizationId.
      • getEventId

        java.lang.String getEventId()
        string event_id = 2 [json_name = "eventId"];
        Returns:
        The eventId.
      • getEventIdBytes

        com.google.protobuf.ByteString getEventIdBytes()
        string event_id = 2 [json_name = "eventId"];
        Returns:
        The bytes for eventId.
      • getField

        java.lang.String getField()
         general | notifications | sponsorships
         
        string field = 3 [json_name = "field"];
        Returns:
        The field.
      • getFieldBytes

        com.google.protobuf.ByteString getFieldBytes()
         general | notifications | sponsorships
         
        string field = 3 [json_name = "field"];
        Returns:
        The bytes for field.
      • hasSettings

        boolean hasSettings()
        .streamlayer.sdkSettings.moderation.common.ModerationSettings settings = 4 [json_name = "settings"];
        Returns:
        Whether the settings field is set.
      • getSettings

        ModerationSettings getSettings()
        .streamlayer.sdkSettings.moderation.common.ModerationSettings settings = 4 [json_name = "settings"];
        Returns:
        The settings.