Class UnlocalizeRequest

java.lang.Object
com.gentics.contentnode.rest.model.request.UnlocalizeRequest
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MultiUnlocalizeRequest

public class UnlocalizeRequest extends Object implements Serializable
Request to unlocalize an object
See Also:
  • Constructor Details

    • UnlocalizeRequest

      public UnlocalizeRequest()
      Create an empty instance
    • UnlocalizeRequest

      public UnlocalizeRequest(UnlocalizeRequest other)
      Copy constructor.
      Parameters:
      other - The request to copy.
  • Method Details

    • getChannelId

      public int getChannelId()
    • getRecursive

      public Boolean getRecursive()
    • setChannelId

      public void setChannelId(int channelId)
    • setRecursive

      public void setRecursive(Boolean recursive)
    • getForegroundTime

      public Integer getForegroundTime()
    • setForegroundTime

      public void setForegroundTime(Integer foregroundTime)
    • getTypes

      public List<UnlocalizeRequest.Type> getTypes()
    • setTypes

      public void setTypes(List<UnlocalizeRequest.Type> types)