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

com.hubspot.slack.client.models.response.users.UsersProfileResponseIF Maven / Gradle / Ivy

package com.hubspot.slack.client.models.response.users;

import com.fasterxml.jackson.annotation.JsonProperty;
import com.hubspot.immutables.style.HubSpotStyle;
import com.hubspot.slack.client.models.response.SlackResponse;
import com.hubspot.slack.client.models.users.UserProfile;
import org.immutables.value.Value.Immutable;

@Immutable
@HubSpotStyle
public interface UsersProfileResponseIF extends SlackResponse {
  @JsonProperty("profile")
  UserProfile getUserProfile();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy