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

com.ziqni.transformers.domain.ZiqniEntityChangeSubscriptionRequest.scala Maven / Gradle / Ivy

The newest version!
package com.ziqni.transformers.domain

/**
  * @param callback The callback operation you are subscribing too. Like EntityChanged or EntityStateChanged
  * @param entityType What you are subscribing to, like Competition, Contest, Member, Award etc.
  */
case class ZiqniEntityChangeSubscriptionRequest(callback: String, entityType: String)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy