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

com.slack.api.scim.SCIMApiRequest Maven / Gradle / Ivy

The newest version!
package com.slack.api.scim;

/**
 * A marker interface for Slack API request objects.
 */
public interface SCIMApiRequest {

    String getToken();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy