|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.request.migration.MigrationTagsRequest
public class MigrationTagsRequest
Request object for a request to retrieve tag types for tag migration
Constructor Summary | |
---|---|
MigrationTagsRequest()
|
Method Summary | |
---|---|
java.util.List<java.lang.Integer> |
getIds()
Get the object ids |
java.lang.String |
getType()
Get the item type |
void |
setIds(java.util.List<java.lang.Integer> ids)
Set the object ids |
void |
setType(java.lang.String type)
Set the object type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MigrationTagsRequest()
Method Detail |
---|
public java.lang.String getType()
public void setType(java.lang.String type)
type
- public java.util.List<java.lang.Integer> getIds()
public void setIds(java.util.List<java.lang.Integer> ids)
ids
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |