Class RemoveParticipantsRequest

java.lang.Object
com.flowable.engage.rest.service.api.conversation.participant.RemoveParticipantsRequest

public class RemoveParticipantsRequest
extends java.lang.Object
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.util.Collection<java.lang.String> participantIds  
  • Constructor Summary

    Constructors 
    Constructor Description
    RemoveParticipantsRequest()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Collection<java.lang.String> getParticipantIds()  
    void setParticipantIds​(java.util.Collection<java.lang.String> participantIds)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • participantIds

      protected java.util.Collection<java.lang.String> participantIds
  • Constructor Details

  • Method Details

    • getParticipantIds

      public java.util.Collection<java.lang.String> getParticipantIds()
    • setParticipantIds

      public void setParticipantIds​(java.util.Collection<java.lang.String> participantIds)