Interface CreateModerationRequest.EventModerationSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CreateModerationRequest.EventModerationSettings,CreateModerationRequest.EventModerationSettings.Builder
- Enclosing class:
- CreateModerationRequest
public static interface CreateModerationRequest.EventModerationSettingsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetOnboardingEnabled()bool onboarding_enabled = 2 [json_name = "onboardingEnabled"];SponsorshipgetSponsorship().streamlayer.interactive.Sponsorship sponsorship = 1 [json_name = "sponsorship"];booleanhasSponsorship().streamlayer.interactive.Sponsorship sponsorship = 1 [json_name = "sponsorship"];
-
-
-
Method Detail
-
hasSponsorship
boolean hasSponsorship()
.streamlayer.interactive.Sponsorship sponsorship = 1 [json_name = "sponsorship"];- Returns:
- Whether the sponsorship field is set.
-
getSponsorship
Sponsorship getSponsorship()
.streamlayer.interactive.Sponsorship sponsorship = 1 [json_name = "sponsorship"];- Returns:
- The sponsorship.
-
getOnboardingEnabled
boolean getOnboardingEnabled()
bool onboarding_enabled = 2 [json_name = "onboardingEnabled"];- Returns:
- The onboardingEnabled.
-
-