Enum RoleConnectionMetadata.MetadataType

java.lang.Object
java.lang.Enum<RoleConnectionMetadata.MetadataType>
net.dv8tion.jda.api.entities.RoleConnectionMetadata.MetadataType
All Implemented Interfaces:
Serializable, Comparable<RoleConnectionMetadata.MetadataType>
Enclosing class:
RoleConnectionMetadata

public static enum RoleConnectionMetadata.MetadataType extends Enum<RoleConnectionMetadata.MetadataType>
The type of metadata.
Each metadata type offers a comparison operation that allows guilds to configure role requirements based on metadata values stored by the bot. Bots specify a metadata value for each user and guilds specify the required guild's configured value within the guild role settings.

For example, you could use INTEGER_GREATER_THAN_OR_EQUAL on a connection to require a certain metadata value to be at least the desired minimum value.