Package com.symphony.api.model
Class V3DLPViolationMessageResponse
- java.lang.Object
-
- com.symphony.api.model.V3DLPViolationMessageResponse
-
public class V3DLPViolationMessageResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description V3DLPViolationMessageResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V3DLPViolationMessageResponse
addViolationsItem(V3DLPViolationMessage violationsItem)
String
getNextOffset()
Offset for the next chunk of violations to be submitted in the next request.List<V3DLPViolationMessage>
getViolations()
A representation of list of violations due to messages sent by a user of SymphonyV3DLPViolationMessageResponse
nextOffset(String nextOffset)
void
setNextOffset(String nextOffset)
void
setViolations(List<V3DLPViolationMessage> violations)
String
toString()
V3DLPViolationMessageResponse
violations(List<V3DLPViolationMessage> violations)
-
-
-
Method Detail
-
getViolations
public List<V3DLPViolationMessage> getViolations()
A representation of list of violations due to messages sent by a user of Symphony- Returns:
- violations
-
setViolations
public void setViolations(List<V3DLPViolationMessage> violations)
-
violations
public V3DLPViolationMessageResponse violations(List<V3DLPViolationMessage> violations)
-
addViolationsItem
public V3DLPViolationMessageResponse addViolationsItem(V3DLPViolationMessage violationsItem)
-
getNextOffset
public String getNextOffset()
Offset for the next chunk of violations to be submitted in the next request. Value is null if there are no further violations.- Returns:
- nextOffset
-
setNextOffset
public void setNextOffset(String nextOffset)
-
nextOffset
public V3DLPViolationMessageResponse nextOffset(String nextOffset)
-
-