Uses of Enum Class
eu.cloudnetservice.driver.channel.ChannelMessageTarget.Type
Packages that use ChannelMessageTarget.Type
-
Uses of ChannelMessageTarget.Type in eu.cloudnetservice.driver.channel
Subclasses with type arguments of type ChannelMessageTarget.Type in eu.cloudnetservice.driver.channelModifier and TypeClassDescriptionstatic enumRepresents a type of network component this channel message targets.Fields in eu.cloudnetservice.driver.channel declared as ChannelMessageTarget.TypeModifier and TypeFieldDescriptionprivate final ChannelMessageTarget.TypeChannelMessageTarget.typeMethods in eu.cloudnetservice.driver.channel that return ChannelMessageTarget.TypeModifier and TypeMethodDescriptionChannelMessageTarget.type()Returns the type of network component this ChannelMessageTarget targets.static ChannelMessageTarget.TypeReturns the enum constant of this class with the specified name.static ChannelMessageTarget.Type[]ChannelMessageTarget.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.cloudnetservice.driver.channel with parameters of type ChannelMessageTarget.TypeModifier and TypeMethodDescriptionstatic @NonNull ChannelMessageTargetChannelMessageTarget.of(@NonNull ChannelMessageTarget.Type type, @Nullable String name) Constructs a new ChannelMessageTarget of the given type with the optional name set.ChannelMessage.Builder.target(ChannelMessageTarget.Type type, @Nullable String name) Adds a channel message target to this message.ChannelMessage.Builder.targetAll(ChannelMessageTarget.Type type) Targets all components with the given type.Constructors in eu.cloudnetservice.driver.channel with parameters of type ChannelMessageTarget.TypeModifierConstructorDescriptionprotectedConstructs a new ChannelMessageTarget with no environment as its target.protectedChannelMessageTarget(@NonNull ChannelMessageTarget.Type type, @Nullable String name, @Nullable ServiceEnvironmentType environment) Internal method used for automated instantiation of this class.