Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun build(): Relationship
Link copied to clipboard
abstract fun created(created: Date): T
Link copied to clipboard
abstract fun deleted(@Nullable deleted: Boolean): T
Link copied to clipboard
abstract fun from(from: RelationshipItem): T
Link copied to clipboard
abstract fun id(id: Long): T
Link copied to clipboard
abstract fun lastUpdated(lastUpdated: Date): T
Link copied to clipboard
abstract fun name(name: String): T
Link copied to clipboard
abstract fun relationshipType(relationshipType: String): T
Link copied to clipboard
open fun state(state: State): T
Link copied to clipboard
abstract fun syncState(@Nullable syncState: State): T
Link copied to clipboard
abstract fun to(to: RelationshipItem): T
Link copied to clipboard
abstract fun uid(uid: String): T