class DiadocApi::Entity::GetDocflowEventsRequest
- DiadocApi::Entity::GetDocflowEventsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Strict
Defined in:
diadoc_api/entities/get_docflow_events_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(filter : TimeBasedFilter, after_index_key : String | Nil = nil, populate_documents : Bool = false, counteragent_box_id : String | Nil = nil, limit : Int32 | Nil = nil)
Instance Method Summary
- #after_index_key : String | Nil
- #after_index_key=(after_index_key : String | Nil)
- #counteragent_box_id : String | Nil
- #counteragent_box_id=(counteragent_box_id : String | Nil)
- #department_id : String | Nil
- #department_id=(department_id : String | Nil)
- #document_directions : Array(String) | Nil
- #document_directions=(document_directions : Array(String) | Nil)
- #filter : TimeBasedFilter
- #filter=(filter : TimeBasedFilter)
- #inject_entity_content : Bool | Nil
- #inject_entity_content=(inject_entity_content : Bool | Nil)
- #limit : Int32 | Nil
- #limit=(limit : Int32 | Nil)
- #message_types : Array(String) | Nil
- #message_types=(message_types : Array(String) | Nil)
- #populate_documents : Bool | Nil
- #populate_documents=(populate_documents : Bool | Nil)
- #populate_previous_document_states : Bool | Nil
- #populate_previous_document_states=(populate_previous_document_states : Bool | Nil)
- #type_named_ids : Array(String) | Nil
- #type_named_ids=(type_named_ids : Array(String) | Nil)
Constructor Detail
def self.new(filter : TimeBasedFilter, after_index_key : String | Nil = nil, populate_documents : Bool = false, counteragent_box_id : String | Nil = nil, limit : Int32 | Nil = nil)
#