Uses of Interface
net.bis5.mattermost.model.HasCode
-
Packages that use HasCode Package Description net.bis5.mattermost.model net.bis5.mattermost.model.config.consts net.bis5.mattermost.model.config.consts.saml net.bis5.mattermost.model.serialize -
-
Uses of HasCode in net.bis5.mattermost.model
Classes in net.bis5.mattermost.model that implement HasCode Modifier and Type Class Description static classApiStatus.StatusclassAuthServiceThe type of auth service.classChannelTypeThe type ofChannel.classCommandMethodThe type of command execute request method.classCommandResponseTypeThe type ofCommandResponse.classComplianceStatusThe type of compliance report creation status.classComplianceTypeThe type of compliance report.classContentTypeThe type of content-type.classPostEmbedTypePost embed type.classPostTypeThe type ofPost.classPreferenceCategoryThe type of preference category.classPushStatusThe type of push notification status.classPushTypeThe type of push notification.classStatusTypeThe type of user status.classTeamTypeThe type of team.classWebSocketEventTypeType of Websocket event.Methods in net.bis5.mattermost.model with type parameters of type HasCode Modifier and Type Method Description static <E extends HasCode<?>>
EHasCode. of(Supplier<E[]> values, String code, E defaultValue) -
Uses of HasCode in net.bis5.mattermost.model.config.consts
Classes in net.bis5.mattermost.model.config.consts that implement HasCode Modifier and Type Class Description classAllowEditPostDeprecated.Removed in Mattermost 4.9classConnectionSecurityThe type of connection security to connect other services.classEmailNotificationContentThe type of body contents in email notification.classGroupUnreadChannelsThe type of grouping unread channels in Left-Hand-Side bar.classImageDriverThe type of storage driver.classImageProxyTypeThe type of image proxy server.classPermissionsThe type of permissions.classPermissionsDeletePostThe type of permissions for delete posts.classRestrictDirectMessageOptions to restrict direct message receive to target range.classRestrictEmojiCreationThe type of permission for create emojis.classSsoServiceThe type of SSO service.classTeammateNameDisplayThe type of teammate name display.classWebServerModeThe type of web server mode. -
Uses of HasCode in net.bis5.mattermost.model.config.consts.saml
Classes in net.bis5.mattermost.model.config.consts.saml that implement HasCode Modifier and Type Class Description classCanonicalAlgorithmSAML Canonical Algorithms.classSignatureAlgorithmSAML Signature Algorithm. -
Uses of HasCode in net.bis5.mattermost.model.serialize
Classes in net.bis5.mattermost.model.serialize with type parameters of type HasCode Modifier and Type Class Description classHasCodeSerializer<T extends Enum<T> & HasCode<T>>Serializer forHasCode.
-