public class CustomMeta extends Item
{ "__metadata": { "uri": "http://127.0.0.1:8080/cd_webservice/odata.svc/CustomMetas(Id=12345)", "type": "Tridion.ContentDelivery.CustomMeta" }, "DateValue": null, "FloatValue": null, "Id": 123, "ItemId": 123, "ItemType": 1, "KeyName": "key", "PublicationId": 1, "StringValue": "A String", "Component": { "__deferred": { "uri": "http://127.0.0.1:8080/cd_webservice/odata.svc/CustomMetas(Id=12345)/Component" } }, "Page": { "__deferred": { "uri": "http://127.0.0.1:8080/cd_webservice/odata.svc/CustomMetas(Id=12345)/Page" } }, "Keyword": { "__deferred": { "uri": "http://127.0.0.1:8080/cd_webservice/odata.svc/CustomMetas(Id=12345)/Keyword" } } }
Modifier and Type | Field and Description |
---|---|
static play.libs.F.Function2<org.talares.api.Talares,org.talares.api.datatypes.items.CustomMeta,CustomMeta> |
FROM_SCALA |
Constructor and Description |
---|
CustomMeta(org.talares.api.Talares api,
org.talares.api.datatypes.items.CustomMeta scalaCustomMeta) |
Modifier and Type | Method and Description |
---|---|
Component |
getComponent_()
BLOCKING
|
Component |
getComponent_(long timeout)
BLOCKING
|
play.libs.F.Promise<Component> |
getComponent() |
org.joda.time.DateTime |
getDateValue() |
java.lang.Float |
getFloatValue() |
int |
getId() |
int |
getItemId() |
int |
getItemType() |
java.lang.String |
getKeyName() |
Keyword |
getKeyword_()
BLOCKING
|
Keyword |
getKeyword_(long timeout)
BLOCKING
|
play.libs.F.Promise<Keyword> |
getKeyword() |
Page |
getPage_()
BLOCKING
|
Page |
getPage_(long timeout)
BLOCKING
|
play.libs.F.Promise<Page> |
getPage() |
java.lang.String |
getStringValue() |
asJava, getApi, getMetadata, getPublicationId
public static final play.libs.F.Function2<org.talares.api.Talares,org.talares.api.datatypes.items.CustomMeta,CustomMeta> FROM_SCALA
public CustomMeta(org.talares.api.Talares api, org.talares.api.datatypes.items.CustomMeta scalaCustomMeta)
public final int getItemId()
public final int getId()
public final int getItemType()
public final java.lang.String getKeyName()
public final org.joda.time.DateTime getDateValue()
public final java.lang.Float getFloatValue()
public final java.lang.String getStringValue()
public final play.libs.F.Promise<Component> getComponent()
public final Component getComponent_(long timeout) throws org.talares.api.exceptions.TalaresException
timeout
- the timeout in which the result should be presentorg.talares.api.exceptions.TalaresException
public final Component getComponent_() throws org.talares.api.exceptions.TalaresException
org.talares.api.exceptions.TalaresException
public final play.libs.F.Promise<Page> getPage()
public final Page getPage_(long timeout) throws org.talares.api.exceptions.TalaresException
timeout
- the timeout in which the result should be presentorg.talares.api.exceptions.TalaresException
public final Page getPage_() throws org.talares.api.exceptions.TalaresException
org.talares.api.exceptions.TalaresException
public final play.libs.F.Promise<Keyword> getKeyword()
public final Keyword getKeyword_(long timeout) throws org.talares.api.exceptions.TalaresException
timeout
- the timeout in which the result should be presentorg.talares.api.exceptions.TalaresException
public final Keyword getKeyword_() throws org.talares.api.exceptions.TalaresException
org.talares.api.exceptions.TalaresException