Class UnlocalizeRequest
java.lang.Object
com.gentics.contentnode.rest.model.request.UnlocalizeRequest
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MultiUnlocalizeRequest
Request to unlocalize an object
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Enumeration for unlocalized subtypes -
Constructor Summary
ConstructorDescriptionCreate an empty instanceCopy constructor. -
Method Summary
Modifier and TypeMethodDescriptionint
getTypes()
void
setChannelId
(int channelId) void
setForegroundTime
(Integer foregroundTime) void
setRecursive
(Boolean recursive) void
setTypes
(List<UnlocalizeRequest.Type> types)
-
Constructor Details
-
UnlocalizeRequest
public UnlocalizeRequest()Create an empty instance -
UnlocalizeRequest
Copy constructor.- Parameters:
other
- The request to copy.
-
-
Method Details
-
getChannelId
public int getChannelId() -
getRecursive
-
setChannelId
public void setChannelId(int channelId) -
setRecursive
-
getForegroundTime
-
setForegroundTime
-
getTypes
-
setTypes
-