toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.usecase.stock
/
InternalStockUseCase
Internal
Stock
Use
Case
abstract
class
InternalStockUseCase
:
BaseObject
,
ObjectWithUidInterface
Members
Constructors
Internal
Stock
Use
Case
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseObject.Builder
<
T
>
Properties
TRANSACTIONS
Link copied to clipboard
val
TRANSACTIONS
:
String
=
"transactions"
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
InternalStockUseCase.Builder
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
InternalStockUseCase
description
Link copied to clipboard
@
NonNull
abstract
fun
description
(
)
:
String
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
item
Code
Link copied to clipboard
@
NonNull
abstract
fun
itemCode
(
)
:
String
item
Description
Link copied to clipboard
@
NonNull
abstract
fun
itemDescription
(
)
:
String
program
Type
Link copied to clipboard
@
NonNull
abstract
fun
programType
(
)
:
String
stock
On
Hand
Link copied to clipboard
@
NonNull
abstract
fun
stockOnHand
(
)
:
String
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
InternalStockUseCase.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
transactions
Link copied to clipboard
@
Nullable
abstract
fun
transactions
(
)
:
List
<
InternalStockUseCaseTransaction
>
uid
Link copied to clipboard
@
NonNull
abstract
fun
uid
(
)
:
String