toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.usecase.stock
/
InternalStockUseCaseTransaction
Internal
Stock
Use
Case
Transaction
abstract
class
InternalStockUseCaseTransaction
:
BaseObject
Members
Constructors
Internal
Stock
Use
Case
Transaction
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseObject.Builder
<
T
>
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
InternalStockUseCaseTransaction.Builder
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
InternalStockUseCaseTransaction
distributed
To
Link copied to clipboard
@
Nullable
abstract
fun
distributedTo
(
)
:
String
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
program
Uid
Link copied to clipboard
@
Nullable
abstract
fun
programUid
(
)
:
String
sort
Order
Link copied to clipboard
@
NonNull
abstract
fun
sortOrder
(
)
:
Integer
stock
Count
Link copied to clipboard
@
Nullable
abstract
fun
stockCount
(
)
:
String
stock
Discarded
Link copied to clipboard
@
Nullable
abstract
fun
stockDiscarded
(
)
:
String
stock
Distributed
Link copied to clipboard
@
Nullable
abstract
fun
stockDistributed
(
)
:
String
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
InternalStockUseCaseTransaction.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
transaction
Type
Link copied to clipboard
@
NonNull
abstract
fun
transactionType
(
)
:
String