ContentItemContractInner Class

public final class ContentItemContractInner
extends ProxyResource

Content type contract details.

Constructor Summary

Constructor Description
ContentItemContractInner()

Creates an instance of ContentItemContractInner class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> properties()

Get the properties property: Properties of the content item.

void validate()

Validates the instance.

ContentItemContractInner withProperties(Map<String,Object> properties)

Set the properties property: Properties of the content item.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ContentItemContractInner

public ContentItemContractInner()

Creates an instance of ContentItemContractInner class.

Method Details

properties

public Map properties()

Get the properties property: Properties of the content item.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

withProperties

public ContentItemContractInner withProperties(Map properties)

Set the properties property: Properties of the content item.

Parameters:

properties - the properties value to set.

Returns:

the ContentItemContractInner object itself.

Applies to