public class LinkDto extends DtoCustomAttributes
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
LinkDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref() |
String |
getTargetName() |
static LinkDto |
newInstance(DtoFactory dtoFactory,
Class<? extends AbstractResource> targetType,
Link<?> x) |
static LinkDto |
newInstance(String href,
String targetName) |
static LinkDto |
newInstance(String href,
String targetName,
Map<String,?> customAttributes) |
protected LinkDto |
newInstanceInitialization(DtoFactory dtoFactory,
Class<? extends AbstractResource> targetType,
Link<?> x) |
getCustomAttributes, newInstanceCustomAttributespublic static final String CLASS_NAME
public String getHref()
public String getTargetName()
public static LinkDto newInstance(DtoFactory dtoFactory, Class<? extends AbstractResource> targetType, Link<?> x)
protected LinkDto newInstanceInitialization(DtoFactory dtoFactory, Class<? extends AbstractResource> targetType, Link<?> x)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.