Class ContributionType
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.extensionmanagement.types.ContributionType
A contribution type, given by a json schema
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
com.fasterxml.jackson.databind.JsonNode
String[]
boolean
void
setDescription
(String description) void
void
setIndexed
(boolean indexed) void
void
setProperties
(com.fasterxml.jackson.databind.JsonNode properties) void
setVisibleTo
(String[] visibleTo) Methods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree, toString
-
Constructor Details
-
ContributionType
public ContributionType()
-
-
Method Details
-
getDescription
-
setDescription
-
getId
-
setId
-
isIndexed
public boolean isIndexed() -
setIndexed
public void setIndexed(boolean indexed) -
getName
-
setName
-
getProperties
public com.fasterxml.jackson.databind.JsonNode getProperties() -
setProperties
public void setProperties(com.fasterxml.jackson.databind.JsonNode properties) -
getVisibleTo
-
setVisibleTo
-