Enum CreateHookOption.TypeEnum

java.lang.Object
java.lang.Enum<CreateHookOption.TypeEnum>
io.gitea.model.CreateHookOption.TypeEnum
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<CreateHookOption.TypeEnum>, java.lang.constant.Constable
Enclosing class:
CreateHookOption

public static enum CreateHookOption.TypeEnum
extends java.lang.Enum<CreateHookOption.TypeEnum>
Gets or Sets type
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  CreateHookOption.TypeEnum.Adapter  

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    DINGTALK  
    DISCORD  
    FEISHU  
    GITEA  
    GOGS  
    MSTEAMS  
    SLACK  
    TELEGRAM  
  • Method Summary

    Modifier and Type Method Description
    static CreateHookOption.TypeEnum fromValue​(java.lang.String text)  
    java.lang.String getValue()  
    java.lang.String toString()  
    static CreateHookOption.TypeEnum valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static CreateHookOption.TypeEnum[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait