public class SchemaInfoObjectVariant extends QApiType
QApiTypeDescriptor{name=SchemaInfoObjectVariant, data={case=str, type=str}, innerTypes=null}
Constructor and Description |
---|
SchemaInfoObjectVariant() |
SchemaInfoObjectVariant(String _case,
String type) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
SchemaInfoObjectVariant |
with_case(String value) |
SchemaInfoObjectVariant |
withType(String value) |
toString
public SchemaInfoObjectVariant()
public SchemaInfoObjectVariant(String _case, String type)
@Nonnull public SchemaInfoObjectVariant with_case(String value)
@Nonnull public SchemaInfoObjectVariant withType(String value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException