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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()com.fasterxml.jackson.databind.JsonNodeString[]booleanvoidsetDescription(String description) voidvoidsetIndexed(boolean indexed) voidvoidsetProperties(com.fasterxml.jackson.databind.JsonNode properties) voidsetVisibleTo(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
-