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

com.hubspot.slack.client.models.events.channel.SlackChannelSharedEventIF Maven / Gradle / Ivy

package com.hubspot.slack.client.models.events.channel;

import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.hubspot.immutables.style.HubSpotStyle;
import com.hubspot.slack.client.models.events.conversation.SlackConversationEventCore;
import org.immutables.value.Value;

@Value.Immutable
@HubSpotStyle
@JsonDeserialize(as = SlackChannelSharedEvent.class)
public interface SlackChannelSharedEventIF extends SlackConversationEventCore {
  @JsonProperty("connected_team_id")
  String getConnectedTeamId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy