Class ParseRunsCreateBatchRequestInputsItemFile
- java.lang.Object
-
- ai.extend.resources.parseruns.types.ParseRunsCreateBatchRequestInputsItemFile
-
public final class ParseRunsCreateBatchRequestInputsItemFile extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParseRunsCreateBatchRequestInputsItemFile.Visitor<T>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.Objectget()inthashCode()static ParseRunsCreateBatchRequestInputsItemFileof(FileFromId value)static ParseRunsCreateBatchRequestInputsItemFileof(FileFromText value)static ParseRunsCreateBatchRequestInputsItemFileof(FileFromUrl value)java.lang.StringtoString()<T> Tvisit(ParseRunsCreateBatchRequestInputsItemFile.Visitor<T> visitor)
-
-
-
Method Detail
-
get
public java.lang.Object get()
-
visit
public <T> T visit(ParseRunsCreateBatchRequestInputsItemFile.Visitor<T> visitor)
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
of
public static ParseRunsCreateBatchRequestInputsItemFile of(FileFromUrl value)
-
of
public static ParseRunsCreateBatchRequestInputsItemFile of(FileFromId value)
-
of
public static ParseRunsCreateBatchRequestInputsItemFile of(FileFromText value)
-
-