{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

HostedFile.HostedFileColumn

enum HostedFile.HostedFileColumn


An enum of the columns returned by the hosted file service.

Summary

Enum Values

DATA
DISPLAY_NAME
NAME
SIZE
SIZE_2
TYPE

Public constructors

Public methods

int
String
static String[]
Class<Object>
int

Enum Values

DATA

HostedFile.HostedFileColumn HostedFile.HostedFileColumn.DATA

DISPLAY_NAME

HostedFile.HostedFileColumn HostedFile.HostedFileColumn.DISPLAY_NAME

NAME

HostedFile.HostedFileColumn HostedFile.HostedFileColumn.NAME

SIZE

HostedFile.HostedFileColumn HostedFile.HostedFileColumn.SIZE

SIZE_2

HostedFile.HostedFileColumn HostedFile.HostedFileColumn.SIZE_2

TYPE

HostedFile.HostedFileColumn HostedFile.HostedFileColumn.TYPE

Public constructors

HostedFileColumn

public final HostedFileColumn()

Public methods

getAndroidType

public int getAndroidType()

getColumnName

public String getColumnName()

getColumnNames

public static String[] getColumnNames()

getColumnType

public Class<ObjectgetColumnType()

getPosition

public int getPosition()