Class BulkLinkUpdateRequest
- java.lang.Object
-
- com.gentics.contentnode.rest.model.request.BulkLinkUpdateRequest
-
- All Implemented Interfaces:
Serializable
public class BulkLinkUpdateRequest extends Object implements Serializable
The REST request connection a set of input linkable entities to the selected targets, in bulk.- Author:
- plyhun
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BulkLinkUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Integer>
getIds()
Set<String>
getTargetIds()
BulkLinkUpdateRequest
setIds(Set<Integer> ids)
BulkLinkUpdateRequest
setTargetIds(Set<String> ids)
-
-
-
Method Detail
-
setIds
public BulkLinkUpdateRequest setIds(Set<Integer> ids)
-
setTargetIds
public BulkLinkUpdateRequest setTargetIds(Set<String> ids)
-
-