public class Content extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Content.ContentCollection |
static class |
Content.ContentFolder |
| Modifier and Type | Field and Description |
|---|---|
String |
author |
String |
container |
String |
description |
String |
entityReference |
String |
entityTitle |
URL |
entityURL |
Long |
modifiedDate |
String |
size |
String |
title |
String |
type |
URL |
url |
@NotNull public String author
@NotNull public String container
@Nullable public String description
@NotNull public Long modifiedDate
@NotNull public String size
@NotNull public String title
@NotNull public String type
@NotNull public URL url
@NotNull public String entityReference
@NotNull public URL entityURL
@NotNull public String entityTitle
public Content(@NotNull
String author,
@NotNull
String container,
@Nullable
String description,
@NotNull
Long modifiedDate,
@NotNull
String size,
@NotNull
String title,
@NotNull
String type,
@NotNull
URL url,
@NotNull
String entityReference,
@NotNull
URL entityURL,
@NotNull
String entityTitle)
Copyright © 2016. All rights reserved.