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
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumeration for unlocalized subtypes -
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty instanceCopy constructor. -
Method Summary
Modifier and TypeMethodDescriptionintgetTypes()voidsetChannelId(int channelId) voidsetForegroundTime(Integer foregroundTime) voidsetRecursive(Boolean recursive) voidsetTypes(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
-