Uses of Class
io.apicurio.registry.rest.client.models.UpdateRole
Packages that use UpdateRole
Package
Description
-
Uses of UpdateRole in io.apicurio.registry.rest.client.admin.rolemappings.item
Methods in io.apicurio.registry.rest.client.admin.rolemappings.item with parameters of type UpdateRoleModifier and TypeMethodDescriptionvoidWithPrincipalItemRequestBuilder.put(UpdateRole body) Updates a single role mapping for one user/principal.This operation can fail for the following reasons:* No role mapping for the principalId exists (HTTP error `404`)* A server error occurred (HTTP error `500`)voidWithPrincipalItemRequestBuilder.put(UpdateRole body, Consumer<WithPrincipalItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates a single role mapping for one user/principal.This operation can fail for the following reasons:* No role mapping for the principalId exists (HTTP error `404`)* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationWithPrincipalItemRequestBuilder.toPutRequestInformation(UpdateRole body) Updates a single role mapping for one user/principal.This operation can fail for the following reasons:* No role mapping for the principalId exists (HTTP error `404`)* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationWithPrincipalItemRequestBuilder.toPutRequestInformation(UpdateRole body, Consumer<WithPrincipalItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates a single role mapping for one user/principal.This operation can fail for the following reasons:* No role mapping for the principalId exists (HTTP error `404`)* A server error occurred (HTTP error `500`) -
Uses of UpdateRole in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return UpdateRoleModifier and TypeMethodDescriptionstatic UpdateRoleUpdateRole.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value