public class AlertTargetResourceDefinition extends BaseResourceDefinition
AlertTargetResourceDefinition
class is used to register alert
targets to be returned via the REST API.BaseResourceDefinition.DirectiveType
ResourceDefinition.PostProcessor
Modifier and Type | Field and Description |
---|---|
static String |
OVERWRITE_DIRECTIVE |
static String |
VALIDATE_CONFIG_DIRECTIVE |
Constructor and Description |
---|
AlertTargetResourceDefinition()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getCreateDirectives()
Obtain the set of create directives for the resource.
|
String |
getPluralName()
Obtain the plural name of the resource.
|
String |
getSingularName()
Obtain the singular name of the resource.
|
equals, getDeleteDirectives, getPostProcessors, getReadDirectives, getRenderer, getSubResourceDefinitions, getType, getUpdateDirectives, hashCode, isCreatable
public static final String VALIDATE_CONFIG_DIRECTIVE
public static final String OVERWRITE_DIRECTIVE
public AlertTargetResourceDefinition()
public String getPluralName()
ResourceDefinition
public String getSingularName()
ResourceDefinition
public Collection<String> getCreateDirectives()
ResourceDefinition
getCreateDirectives
in interface ResourceDefinition
getCreateDirectives
in class BaseResourceDefinition
Copyright © 2022 Apache Software Foundation. All rights reserved.