Class EmbedParameterBean
- java.lang.Object
-
- com.gentics.contentnode.rest.resource.parameter.EmbedParameterBean
-
public class EmbedParameterBean extends Object
Parameter bean for embed parameters
-
-
Constructor Summary
Constructors Constructor Description EmbedParameterBean()
-
-
-
Field Detail
-
embed
@QueryParam("embed") public String embed
Comma separated list of attributes that contain references to other objects, which shall be embedded into the returned objects.
-
-
Method Detail
-
withEmbed
public EmbedParameterBean withEmbed(String embed)
Set the embed param- Parameters:
embed
- embed- Returns:
- fluent API
-
-