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