public class ResourceDto extends DtoCustomAttributes
| Modifier | Constructor and Description |
|---|---|
protected |
ResourceDto() |
protected |
ResourceDto(DtoFactory dtoFactory,
AbstractResource x) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreated() |
String |
getCreatedAsString() |
String |
getDescription() |
String |
getName() |
RepresentationSkew |
getRepresentationSkew() |
List<String> |
getTags() |
String |
getType() |
String |
getUri() |
static ResourceDto |
newInstance(DtoFactory dtoFactory,
AbstractResource x) |
getCustomAttributes, newInstanceCustomAttributesprotected ResourceDto()
protected ResourceDto(DtoFactory dtoFactory, AbstractResource x)
public String getUri()
public String getName()
public String getDescription()
public String getCreatedAsString()
public Date getCreated()
public String getType()
public RepresentationSkew getRepresentationSkew()
public static ResourceDto newInstance(DtoFactory dtoFactory, AbstractResource x)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.