Class UpdateAuthorizationsRequest
java.lang.Object
io.camunda.identity.sdk.impl.rest.request.Request<Void>
io.camunda.identity.sdk.impl.rest.request.UpdateAuthorizationsRequest
-
Nested Class Summary
Nested classes/interfaces inherited from class io.camunda.identity.sdk.impl.rest.request.Request
Request.ContentType, Request.HttpMethod -
Constructor Summary
ConstructorsConstructorDescriptionUpdateAuthorizationsRequest(String path, String authentication, UpdateAuthorizations updateAuthorizations) -
Method Summary
Methods inherited from class io.camunda.identity.sdk.impl.rest.request.Request
getAuthentication, getBody, getContentType, getHttpMethod, getParams, getTypeReference, getUrl, setAuthentication, setBody, setContentType, setHttpMethod, setParams
-
Constructor Details
-
UpdateAuthorizationsRequest
public UpdateAuthorizationsRequest(String path, String authentication, UpdateAuthorizations updateAuthorizations)
-