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

com.symphony.bdk.bot.sdk.extapp.authentication.AppInfo Maven / Gradle / Ivy

There is a newer version: 1.3.9
Show newest version
package com.symphony.bdk.bot.sdk.extapp.authentication;

import lombok.Data;
import lombok.NoArgsConstructor;

/**
 * App info
 *
 * @author Marcus Secato
 *
 */
@Data
@NoArgsConstructor
public class AppInfo {
  private String appId;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy