Module net.bis5.mattermost4j.models
Package net.bis5.mattermost.model
Interface HasCode<T extends Enum<T>>
-
- All Known Implementing Classes:
AllowEditPost,ApiStatus.Status,AuthService,CanonicalAlgorithm,ChannelSidebarOrganization,ChannelType,CommandMethod,CommandResponseType,ComplianceStatus,ComplianceType,ConnectionSecurity,ContentType,EmailNotificationContent,GroupUnreadChannels,ImageDriver,ImageProxyType,Permissions,PermissionsDeletePost,PostEmbedType,PostType,PreferenceCategory,PushStatus,PushType,RestrictDirectMessage,RestrictEmojiCreation,SignatureAlgorithm,SsoService,StatusType,TeammateNameDisplay,TeamType,WebServerMode,WebSocketEventType
public interface HasCode<T extends Enum<T>>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCode()static <E extends HasCode<?>>
Eof(Supplier<E[]> values, String code, E defaultValue)
-