Uses of Enum Class
software.xdev.sched.model.ExportSession.InviteOnlyEnum
Packages that use ExportSession.InviteOnlyEnum
-
Uses of ExportSession.InviteOnlyEnum in software.xdev.sched.model
Methods in software.xdev.sched.model that return ExportSession.InviteOnlyEnumModifier and TypeMethodDescriptionstatic ExportSession.InviteOnlyEnumExportSession.getInviteOnly()Get inviteOnlystatic ExportSession.InviteOnlyEnumReturns the enum constant of this class with the specified name.static ExportSession.InviteOnlyEnum[]ExportSession.InviteOnlyEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.xdev.sched.model with parameters of type ExportSession.InviteOnlyEnumModifier and TypeMethodDescriptionExportSession.inviteOnly(ExportSession.InviteOnlyEnum inviteOnly) voidExportSession.setInviteOnly(ExportSession.InviteOnlyEnum inviteOnly)