Class BoxEventLogsManagerEndpointConfiguration

java.lang.Object
org.apache.camel.component.box.BoxConfiguration
org.apache.camel.component.box.BoxEventLogsManagerEndpointConfiguration

@ApiParams(apiName="event-logs", producerOnly=true, description="Provides operations to read Box enterprise (admin) event logs", apiMethods=@ApiMethod(methodName="getEnterpriseEvents",description="Create an event stream with optional starting initial position and add listener that will be notified when an event is received",signatures="java.util.List<com.box.sdk.BoxEvent> getEnterpriseEvents(String position, java.util.Date after, java.util.Date before, com.box.sdk.BoxEvent$EventType[] types)"), aliases="getEnterpriseEvents=events") @UriParams @Configurer(extended=true) public final class BoxEventLogsManagerEndpointConfiguration extends BoxConfiguration
Camel endpoint configuration for BoxEventLogsManager.
  • Constructor Details

    • BoxEventLogsManagerEndpointConfiguration

      public BoxEventLogsManagerEndpointConfiguration()
  • Method Details

    • getAfter

      public Date getAfter()
    • setAfter

      public void setAfter(Date after)
    • getBefore

      public Date getBefore()
    • setBefore

      public void setBefore(Date before)
    • getPosition

      public String getPosition()
    • setPosition

      public void setPosition(String position)
    • getTypes

      public com.box.sdk.BoxEvent.EventType[] getTypes()
    • setTypes

      public void setTypes(com.box.sdk.BoxEvent.EventType[] types)