Artifact Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceBase - com.
microsoft. store. partnercenter. models. ResourceBaseWithLinks<TLinks> - com.
microsoft. store. partnercenter. models. entitlements. Artifact
- com.
- com.
- com.
public class Artifact extends ResourceBaseWithLinks<StandardResourceLinks>
Class that represents an entitlement artifact.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| Artifact() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getArtifactType()
Gets the artifact type. |
| java.util.Map<java.lang.String,java.lang.Object> |
getDynamicAttributes()
Gets the dynamic attributes |
| void |
setArtifactType(String value)
Sets the artifact type. |
| void |
setDynamicAttributes(Map<String,Object> value)
Sets the dynamic attributes. |
Inherited Members
Constructor Details
Artifact
public Artifact()
Method Details
getArtifactType
public String getArtifactType()
Gets the artifact type.
Returns:
getDynamicAttributes
public Map
Gets the dynamic attributes
Returns:
setArtifactType
public void setArtifactType(String value)
Sets the artifact type.
Parameters:
setDynamicAttributes
public void setDynamicAttributes(Map
Sets the dynamic attributes.
Parameters: