public class UnlocalizeRequest extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
UnlocalizeRequest.Type
Enumeration for unlocalized subtypes
|
Constructor and Description |
---|
UnlocalizeRequest()
Create an empty instance
|
UnlocalizeRequest(UnlocalizeRequest other)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getChannelId() |
Integer |
getForegroundTime() |
Boolean |
getRecursive() |
List<UnlocalizeRequest.Type> |
getTypes() |
void |
setChannelId(int channelId) |
void |
setForegroundTime(Integer foregroundTime) |
void |
setRecursive(Boolean recursive) |
void |
setTypes(List<UnlocalizeRequest.Type> types) |
public UnlocalizeRequest()
public UnlocalizeRequest(UnlocalizeRequest other)
other
- The request to copy.public int getChannelId()
public Boolean getRecursive()
public void setChannelId(int channelId)
public void setRecursive(Boolean recursive)
public Integer getForegroundTime()
public void setForegroundTime(Integer foregroundTime)
public List<UnlocalizeRequest.Type> getTypes()
public void setTypes(List<UnlocalizeRequest.Type> types)
Copyright © 2024 Gentics Software. All rights reserved.