Class EmbedParameterBean

java.lang.Object
com.gentics.contentnode.rest.resource.parameter.EmbedParameterBean

public class EmbedParameterBean extends Object
Parameter bean for embed parameters
  • Field Details

    • 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.
  • Constructor Details

    • EmbedParameterBean

      public EmbedParameterBean()
  • Method Details

    • withEmbed

      public EmbedParameterBean withEmbed(String embed)
      Set the embed param
      Parameters:
      embed - embed
      Returns:
      fluent API