Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun closedDate(closedDate: Date): OrganisationUnit.Builder
Link copied to clipboard
abstract fun code(@Nullable code: String): T
Link copied to clipboard
open fun created(@NonNull createdStr: String): T
abstract fun created(@Nullable created: Date): T
Link copied to clipboard
Link copied to clipboard
abstract fun deleted(@Nullable deleted: Boolean): T
Link copied to clipboard
abstract fun description(@Nullable description: String): T
Link copied to clipboard
abstract fun displayDescription(@Nullable displayDescription: String): T
Link copied to clipboard
abstract fun displayName(@Nullable displayName: String): T
Link copied to clipboard
abstract fun displayNamePath(displayNamePath: List<String>): OrganisationUnit.Builder
Link copied to clipboard
abstract fun displayShortName(@Nullable displayShortName: String): T
Link copied to clipboard
abstract fun geometry(geometry: Geometry): OrganisationUnit.Builder
Link copied to clipboard
abstract fun id(id: Long): OrganisationUnit.Builder
Link copied to clipboard
open fun lastUpdated(@NonNull lastUpdatedStr: String): T
abstract fun lastUpdated(@Nullable lastUpdated: Date): T
Link copied to clipboard
abstract fun level(level: Integer): OrganisationUnit.Builder
Link copied to clipboard
abstract fun name(@Nullable name: String): T
Link copied to clipboard
open fun openingDate(@NonNull openingDateStr: String): OrganisationUnit.Builder
abstract fun openingDate(openingDate: Date): OrganisationUnit.Builder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun path(path: String): OrganisationUnit.Builder
Link copied to clipboard
Link copied to clipboard
abstract fun shortName(@Nullable shortName: String): T
Link copied to clipboard
abstract fun uid(uid: String): T