public enum AuditLogType extends java.lang.Enum<AuditLogType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AuditLogType.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static AuditLogType |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static void |
validateJsonElement(com.google.gson.JsonElement jsonElement) |
static AuditLogType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuditLogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditLogType PRODUCT_CREATED
public static final AuditLogType PRODUCT_CHANGED
public static final AuditLogType PRODUCT_OWNERSHIP_TRANSFERRED
public static final AuditLogType PRODUCT_DELETED
public static final AuditLogType PRODUCTS_REORDERED
public static final AuditLogType TEAM_MEMBER_INVITED
public static final AuditLogType TEAM_MEMBER_INVITATION_REVOKED
public static final AuditLogType TEAM_MEMBER_JOINED
public static final AuditLogType TEAM_MEMBER_PERMISSION_GROUP_CHANGED
public static final AuditLogType TEAM_MEMBER_REMOVED
public static final AuditLogType TEAM_MEMBER_LEFT
public static final AuditLogType TEAM_MEMBER_INVITATION_CHANGED
public static final AuditLogType TEAM_MEMBER_INVITATION_RESENT
public static final AuditLogType TEAM_MEMBER_INVITATION_REJECTED
public static final AuditLogType CONFIG_CREATED
public static final AuditLogType CONFIG_CHANGED
public static final AuditLogType CONFIG_DELETED
public static final AuditLogType CONFIGS_REORDERED
public static final AuditLogType ENVIRONMENT_CREATED
public static final AuditLogType ENVIRONMENT_CHANGED
public static final AuditLogType ENVIRONMENT_DELETED
public static final AuditLogType ENVIRONMENTS_REORDERED
public static final AuditLogType SETTING_CREATED
public static final AuditLogType SETTING_CHANGED
public static final AuditLogType SETTING_DELETED
public static final AuditLogType SETTINGS_REORDERED
public static final AuditLogType SETTING_VALUE_CHANGED
public static final AuditLogType WEB_HOOK_CREATED
public static final AuditLogType WEB_HOOK_CHANGED
public static final AuditLogType WEB_HOOK_DELETED
public static final AuditLogType PERMISSION_GROUP_CREATED
public static final AuditLogType PERMISSION_GROUP_CHANGED
public static final AuditLogType PERMISSION_GROUP_DELETED
public static final AuditLogType PERMISSION_GROUP_DEFAULT
public static final AuditLogType API_KEY_ADDED
public static final AuditLogType API_KEY_REMOVED
public static final AuditLogType INTEGRATION_ADDED
public static final AuditLogType INTEGRATION_CHANGED
public static final AuditLogType INTEGRATION_REMOVED
public static final AuditLogType API_KEY_CONNECTED
public static final AuditLogType INTEGRATION_LINK_ADDED
public static final AuditLogType INTEGRATION_LINK_REMOVED
public static final AuditLogType ORGANIZATION_ADDED
public static final AuditLogType ORGANIZATION_REMOVED
public static final AuditLogType ORGANIZATION_CHANGED
public static final AuditLogType ORGANIZATION_SUBSCRIPTION_TYPE_CHANGED
public static final AuditLogType ORGANIZATION_ADMIN_CHANGED
public static final AuditLogType ORGANIZATION_ADMIN_LEFT
public static final AuditLogType TWO_FACTOR_DISABLED_FOR_MEMBER
public static final AuditLogType TAG_ADDED
public static final AuditLogType TAG_CHANGED
public static final AuditLogType TAG_REMOVED
public static final AuditLogType SETTING_TAG_ADDED
public static final AuditLogType SETTING_TAG_REMOVED
public static final AuditLogType PUBLIC_API_ACCESS_TOKEN_ADDED
public static final AuditLogType PUBLIC_API_ACCESS_TOKEN_REMOVED
public static final AuditLogType DOMAIN_ADDED
public static final AuditLogType DOMAIN_VERIFIED
public static final AuditLogType DOMAIN_REMOVED
public static final AuditLogType DOMAIN_SAML_CONFIGURED
public static final AuditLogType DOMAIN_SAML_DELETED
public static final AuditLogType AUTO_PROVISIONING_CONFIGURATION_CHANGED
public static final AuditLogType SAML_IDP_CONFIGURATION_ADDED
public static final AuditLogType SAML_IDP_CONFIGURATION_REMOVED
public static final AuditLogType SAML_IDP_CONFIGURATION_UPDATED
public static final AuditLogType ORGANIZATION_MEMBER_JOINED
public static final AuditLogType ORGANIZATION_MEMBER_PRODUCT_JOIN_REQUESTED
public static final AuditLogType ORGANIZATION_MEMBER_PRODUCT_JOIN_REQUEST_REJECTED
public static final AuditLogType ORGANIZATION_MEMBER_PRODUCT_JOIN_REQUEST_APPROVED
public static final AuditLogType ORGANIZATION_MEMBER_REMOVED
public static final AuditLogType CODE_REFERENCES_UPLOADED
public static final AuditLogType CODE_REFERENCE_DELETED
public static final AuditLogType CODE_REFERENCE_STALE_BRANCH_DELETED
public static final AuditLogType SEGMENT_CREATED
public static final AuditLogType SEGMENT_CHANGED
public static final AuditLogType SEGMENT_DELETED
public static final AuditLogType WEBHOOK_SIGNING_KEY_DELETED
public static final AuditLogType WEBHOOK_SIGNING_KEY_CREATED
public static AuditLogType[] values()
for (AuditLogType c : AuditLogType.values()) System.out.println(c);
public static AuditLogType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()
public java.lang.String toString()
toString in class java.lang.Enum<AuditLogType>public static AuditLogType fromValue(java.lang.String value)
public static void validateJsonElement(com.google.gson.JsonElement jsonElement)
throws java.io.IOException
java.io.IOException