Package com.box.sdk

Class ExoBoxEvent


  • public class ExoBoxEvent
    extends com.box.sdk.BoxEvent
    Extensions to Box Content SDK v1. Original BoxEvent extended to get an access to its constructor based on JsonObject.
    Created by The eXo Platform SAS
    Version:
    $Id: ExoBoxEvent.java 00000 Aug 21, 2015 pnedonosko $
    Author:
    Peter Nedonosko
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.box.sdk.BoxEvent

        com.box.sdk.BoxEvent.Type
      • Nested classes/interfaces inherited from class com.box.sdk.BoxResource

        com.box.sdk.BoxResource.Info
    • Constructor Summary

      Constructors 
      Constructor Description
      ExoBoxEvent​(com.box.sdk.BoxAPIConnection api, com.eclipsesource.json.JsonObject jsonObject)
      Instantiates a new exo box event.
      ExoBoxEvent​(com.box.sdk.BoxAPIConnection api, String json)
      Instantiates a new exo box event.
    • Method Summary

      • Methods inherited from class com.box.sdk.BoxEvent

        getAccessibleBy, getAdditionalDetails, getCreatedAt, getCreatedBy, getIPAddress, getSessionID, getSourceInfo, getSourceJSON, getType
      • Methods inherited from class com.box.sdk.BoxResource

        equals, getAPI, getID, hashCode
    • Constructor Detail

      • ExoBoxEvent

        public ExoBoxEvent​(com.box.sdk.BoxAPIConnection api,
                           String json)
        Instantiates a new exo box event.
        Parameters:
        api - the api
        json - the json
      • ExoBoxEvent

        public ExoBoxEvent​(com.box.sdk.BoxAPIConnection api,
                           com.eclipsesource.json.JsonObject jsonObject)
        Instantiates a new exo box event.
        Parameters:
        api - the api
        jsonObject - the json object