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
/
Builder
Builder
abstract
class
Builder
:
BaseObject.Builder
<
T
>
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
abstract
fun
build
(
)
:
InternalStockUseCaseTransaction
distributed
To
Link copied to clipboard
abstract
fun
distributedTo
(
distributedTo
:
String
)
:
InternalStockUseCaseTransaction.Builder
id
Link copied to clipboard
abstract
fun
id
(
id
:
Long
)
:
T
program
Uid
Link copied to clipboard
abstract
fun
programUid
(
programUid
:
String
)
:
InternalStockUseCaseTransaction.Builder
sort
Order
Link copied to clipboard
abstract
fun
sortOrder
(
sortOrder
:
Integer
)
:
InternalStockUseCaseTransaction.Builder
stock
Count
Link copied to clipboard
abstract
fun
stockCount
(
stockCount
:
String
)
:
InternalStockUseCaseTransaction.Builder
stock
Discarded
Link copied to clipboard
abstract
fun
stockDiscarded
(
stockDiscarded
:
String
)
:
InternalStockUseCaseTransaction.Builder
stock
Distributed
Link copied to clipboard
abstract
fun
stockDistributed
(
stockDistributed
:
String
)
:
InternalStockUseCaseTransaction.Builder
transaction
Type
Link copied to clipboard
abstract
fun
transactionType
(
transactionType
:
String
)
:
InternalStockUseCaseTransaction.Builder