Uses of Enum Class
ch.colabproject.colab.api.model.document.LexicalDataOwnershipKind
Packages that use LexicalDataOwnershipKind
Package
Description
-
Uses of LexicalDataOwnershipKind in ch.colabproject.colab.api.controller.document
Methods in ch.colabproject.colab.api.controller.document with parameters of type LexicalDataOwnershipKindModifier and TypeMethodDescriptionvoidYjsLexicalCaller.sendDuplicationRequest(Long srcOwnerId, LexicalDataOwnershipKind srcOwnerKind, Long destOwnerId, LexicalDataOwnershipKind destOwnerkind) Send a request to duplicate a lexical data of a source owner to a destination owner -
Uses of LexicalDataOwnershipKind in ch.colabproject.colab.api.model.document
Methods in ch.colabproject.colab.api.model.document that return LexicalDataOwnershipKindModifier and TypeMethodDescriptionstatic LexicalDataOwnershipKindReturns the enum constant of this class with the specified name.static LexicalDataOwnershipKind[]LexicalDataOwnershipKind.values()Returns an array containing the constants of this enum class, in the order they are declared.