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

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

There is a newer version: 1.39.0
Show newest version
package com.slack.api.scim;

public enum SCIMEndpointName {
    getServiceProviderConfigs,
    searchUsers,
    readUser,
    createUser,
    patchUser,
    updateUser,
    deleteUser,
    searchGroups,
    readGroup,
    createGroup,
    patchGroup,
    updateGroup,
    deleteGroup,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy