Package com.xebialabs.xlrelease.api.v1
Interface PermissionsApi
-
- All Superinterfaces:
ApiService
@Path("/api/v1/global-permissions") @Consumes("application/json") @Produces("application/json") public interface PermissionsApi extends ApiService
Operations related to permissions.
-
-
Field Summary
-
Fields inherited from interface com.xebialabs.xlrelease.api.ApiService
DEFAULT_RESULTS_PER_PAGE, DEFAULT_RESULTS_PER_PAGE_STRING, DEPTH, ORDER_BY, PAGE, PAGE_IS_OFFSET, RESULTS_PER_PAGE, ROLE_IDS_DATA
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.util.List<java.lang.String>
getGlobalPermissions()
Returns the list of global permissions.default java.lang.String
serviceName()
-
-
-
Method Detail
-
serviceName
default java.lang.String serviceName()
- Specified by:
serviceName
in interfaceApiService
-
getGlobalPermissions
@GET java.util.List<java.lang.String> getGlobalPermissions()
Returns the list of global permissions.
-
-