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

com.hubspot.slack.client.models.teams.SlackTeamLiteIF Maven / Gradle / Ivy

There is a newer version: 1.16.7
Show newest version
package com.hubspot.slack.client.models.teams;

import com.hubspot.immutables.style.HubSpotStyle;
import org.immutables.value.Value.Immutable;

@Immutable
@HubSpotStyle
public interface SlackTeamLiteIF {
  String getId();
  String getName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy