toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.fileresource
/
FileResource
File
Resource
abstract
class
FileResource
:
BaseDataObject
,
ObjectWithUidInterface
Members
Constructors
File
Resource
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseDataObject.Builder
<
T
>
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
FileResource.Builder
content
Length
Link copied to clipboard
@
Nullable
abstract
fun
contentLength
(
)
:
Long
content
Type
Link copied to clipboard
@
Nullable
abstract
fun
contentType
(
)
:
String
create
Link copied to clipboard
@
NonNull
open
fun
create
(
cursor
:
Cursor
)
:
FileResource
created
Link copied to clipboard
@
Nullable
abstract
fun
created
(
)
:
Date
domain
Link copied to clipboard
@
Nullable
abstract
fun
domain
(
)
:
FileResourceDomain
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
last
Updated
Link copied to clipboard
@
Nullable
abstract
fun
lastUpdated
(
)
:
Date
name
Link copied to clipboard
@
Nullable
abstract
fun
name
(
)
:
String
path
Link copied to clipboard
@
Nullable
abstract
fun
path
(
)
:
String
state
Link copied to clipboard
@
Nullable
open
fun
state
(
)
:
State
sync
State
Link copied to clipboard
@
Nullable
abstract
fun
syncState
(
)
:
State
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
FileResource.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
uid
Link copied to clipboard
@
Nullable
abstract
fun
uid
(
)
:
String