moveCategory

fun moveCategory(enabled: Boolean = true)
fun moveCategory(idOnlyFetchType: IdOnlyFetchType)
fun moveCategory(childFetcher: Fetcher<MoveCategory>)
fun moveCategory(childFetcher: Fetcher<MoveCategory>, cfgBlock: KReferenceFieldDsl<MoveCategory>.() -> Unit?)
fun moveCategory(cfgBlock: KReferenceFieldDsl<MoveCategory>.() -> Unit?, childBlock: MoveCategoryFetcherDsl.() -> Unit)
fun moveCategory(enabled: Boolean, childFetcher: Fetcher<MoveCategory>)
fun moveCategory(enabled: Boolean, childFetcher: Fetcher<MoveCategory>, cfgBlock: KReferenceFieldDsl<MoveCategory>.() -> Unit?)
fun moveCategory(enabled: Boolean, childBlock: MoveCategoryFetcherDsl.() -> Unit)
fun moveCategory(enabled: Boolean, cfgBlock: KReferenceFieldDsl<MoveCategory>.() -> Unit?, childBlock: MoveCategoryFetcherDsl.() -> Unit)
fun moveCategory(fetchType: ReferenceFetchType, childFetcher: Fetcher<MoveCategory>)
fun moveCategory(fetchType: ReferenceFetchType, childBlock: MoveCategoryFetcherDsl.() -> Unit)