All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.contactlab.hub.sdk.java.models.AbstractContextInfo Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package it.contactlab.hub.sdk.java.models;

import org.immutables.value.Value;

import java.util.Optional;

/**
 * Context info about an Event.
 */
public abstract class AbstractContextInfo {

  /**
   * The client of this Event context info.
   */
  public abstract Optional client();

  /**
   * The user for this Event context info.
   */
  public abstract Optional user();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy