Class Contribution
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.extensionmanagement.types.Contribution
An individual contribution made by an extension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
String[]
com.fasterxml.jackson.databind.JsonNode
String[]
String[]
getType()
String[]
void
setConstraints
(List<ContributionConstraint> constraints) void
setDescription
(String description) void
void
setIncludes
(String[] includes) void
setProperties
(com.fasterxml.jackson.databind.JsonNode properties) void
setRestrictedTo
(String[] restrictedTo) void
setTargets
(String[] targets) void
void
setVisibleTo
(String[] visibleTo) Methods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree, toString
-
Constructor Details
-
Contribution
public Contribution()
-
-
Method Details
-
getConstraints
-
setConstraints
-
getDescription
-
setDescription
-
getId
-
setId
-
getIncludes
-
setIncludes
-
getProperties
public com.fasterxml.jackson.databind.JsonNode getProperties() -
setProperties
public void setProperties(com.fasterxml.jackson.databind.JsonNode properties) -
getRestrictedTo
-
setRestrictedTo
-
getTargets
-
setTargets
-
getType
-
setType
-
getVisibleTo
-
setVisibleTo
-