Class Moderation.CategoryAppliedInputTypes
-
- All Implemented Interfaces:
public final class Moderation.CategoryAppliedInputTypesA list of the categories along with the input type(s) that the score applies to.
-
-
Nested Class Summary
-
Method Summary
-
-
Method Detail
-
harassment
final List<Moderation.CategoryAppliedInputTypes.Harassment> harassment()
The applied input type(s) for the category 'harassment'.
-
harassmentThreatening
final List<Moderation.CategoryAppliedInputTypes.HarassmentThreatening> harassmentThreatening()
The applied input type(s) for the category 'harassment/threatening'.
-
hate
final List<Moderation.CategoryAppliedInputTypes.Hate> hate()
The applied input type(s) for the category 'hate'.
-
hateThreatening
final List<Moderation.CategoryAppliedInputTypes.HateThreatening> hateThreatening()
The applied input type(s) for the category 'hate/threatening'.
-
illicit
final List<Moderation.CategoryAppliedInputTypes.Illicit> illicit()
The applied input type(s) for the category 'illicit'.
-
illicitViolent
final List<Moderation.CategoryAppliedInputTypes.IllicitViolent> illicitViolent()
The applied input type(s) for the category 'illicit/violent'.
-
selfHarm
final List<Moderation.CategoryAppliedInputTypes.SelfHarm> selfHarm()
The applied input type(s) for the category 'self-harm'.
-
selfHarmInstructions
final List<Moderation.CategoryAppliedInputTypes.SelfHarmInstruction> selfHarmInstructions()
The applied input type(s) for the category 'self-harm/instructions'.
-
selfHarmIntent
final List<Moderation.CategoryAppliedInputTypes.SelfHarmIntent> selfHarmIntent()
The applied input type(s) for the category 'self-harm/intent'.
-
sexual
final List<Moderation.CategoryAppliedInputTypes.Sexual> sexual()
The applied input type(s) for the category 'sexual'.
-
sexualMinors
final List<Moderation.CategoryAppliedInputTypes.SexualMinor> sexualMinors()
The applied input type(s) for the category 'sexual/minors'.
-
violence
final List<Moderation.CategoryAppliedInputTypes.Violence> violence()
The applied input type(s) for the category 'violence'.
-
violenceGraphic
final List<Moderation.CategoryAppliedInputTypes.ViolenceGraphic> violenceGraphic()
The applied input type(s) for the category 'violence/graphic'.
-
_harassment
final JsonField<List<Moderation.CategoryAppliedInputTypes.Harassment>> _harassment()
The applied input type(s) for the category 'harassment'.
-
_harassmentThreatening
final JsonField<List<Moderation.CategoryAppliedInputTypes.HarassmentThreatening>> _harassmentThreatening()
The applied input type(s) for the category 'harassment/threatening'.
-
_hate
final JsonField<List<Moderation.CategoryAppliedInputTypes.Hate>> _hate()
The applied input type(s) for the category 'hate'.
-
_hateThreatening
final JsonField<List<Moderation.CategoryAppliedInputTypes.HateThreatening>> _hateThreatening()
The applied input type(s) for the category 'hate/threatening'.
-
_illicit
final JsonField<List<Moderation.CategoryAppliedInputTypes.Illicit>> _illicit()
The applied input type(s) for the category 'illicit'.
-
_illicitViolent
final JsonField<List<Moderation.CategoryAppliedInputTypes.IllicitViolent>> _illicitViolent()
The applied input type(s) for the category 'illicit/violent'.
-
_selfHarm
final JsonField<List<Moderation.CategoryAppliedInputTypes.SelfHarm>> _selfHarm()
The applied input type(s) for the category 'self-harm'.
-
_selfHarmInstructions
final JsonField<List<Moderation.CategoryAppliedInputTypes.SelfHarmInstruction>> _selfHarmInstructions()
The applied input type(s) for the category 'self-harm/instructions'.
-
_selfHarmIntent
final JsonField<List<Moderation.CategoryAppliedInputTypes.SelfHarmIntent>> _selfHarmIntent()
The applied input type(s) for the category 'self-harm/intent'.
-
_sexual
final JsonField<List<Moderation.CategoryAppliedInputTypes.Sexual>> _sexual()
The applied input type(s) for the category 'sexual'.
-
_sexualMinors
final JsonField<List<Moderation.CategoryAppliedInputTypes.SexualMinor>> _sexualMinors()
The applied input type(s) for the category 'sexual/minors'.
-
_violence
final JsonField<List<Moderation.CategoryAppliedInputTypes.Violence>> _violence()
The applied input type(s) for the category 'violence'.
-
_violenceGraphic
final JsonField<List<Moderation.CategoryAppliedInputTypes.ViolenceGraphic>> _violenceGraphic()
The applied input type(s) for the category 'violence/graphic'.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final Moderation.CategoryAppliedInputTypes validate()
-
toBuilder
final Moderation.CategoryAppliedInputTypes.Builder toBuilder()
-
builder
final static Moderation.CategoryAppliedInputTypes.Builder builder()
-
-
-
-