Uses of Class
ai.vectros.types.AccessProfileRequest
Packages that use AccessProfileRequest
-
Uses of AccessProfileRequest in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth with parameters of type AccessProfileRequestModifier and TypeMethodDescriptionAsyncAuthClient.createAccessProfile(String contextId, AccessProfileRequest body) Creates a new access profile under the given app context.AsyncAuthClient.createAccessProfile(String contextId, AccessProfileRequest body, RequestOptions requestOptions) Creates a new access profile under the given app context.AsyncRawAuthClient.createAccessProfile(String contextId, AccessProfileRequest body) Creates a new access profile under the given app context.AsyncRawAuthClient.createAccessProfile(String contextId, AccessProfileRequest body, RequestOptions requestOptions) Creates a new access profile under the given app context.AuthClient.createAccessProfile(String contextId, AccessProfileRequest body) Creates a new access profile under the given app context.AuthClient.createAccessProfile(String contextId, AccessProfileRequest body, RequestOptions requestOptions) Creates a new access profile under the given app context.RawAuthClient.createAccessProfile(String contextId, AccessProfileRequest body) Creates a new access profile under the given app context.RawAuthClient.createAccessProfile(String contextId, AccessProfileRequest body, RequestOptions requestOptions) Creates a new access profile under the given app context. -
Uses of AccessProfileRequest in ai.vectros.resources.auth.requests
Methods in ai.vectros.resources.auth.requests that return AccessProfileRequestModifier and TypeMethodDescriptionCreateAccessProfileRequest.getBody()UpdateAccessProfileRequest.getBody()Methods in ai.vectros.resources.auth.requests with parameters of type AccessProfileRequestModifier and TypeMethodDescriptionCreateAccessProfileRequest.BodyStage.body(@NotNull AccessProfileRequest body) CreateAccessProfileRequest.Builder.body(@NotNull AccessProfileRequest body) UpdateAccessProfileRequest.BodyStage.body(@NotNull AccessProfileRequest body) UpdateAccessProfileRequest.Builder.body(@NotNull AccessProfileRequest body) -
Uses of AccessProfileRequest in ai.vectros.types
Methods in ai.vectros.types that return AccessProfileRequestModifier and TypeMethodDescriptionAccessProfileRequest._FinalStage.build()AccessProfileRequest.Builder.build()Methods in ai.vectros.types with parameters of type AccessProfileRequestModifier and TypeMethodDescriptionAccessProfileRequest.Builder.from(AccessProfileRequest other) AccessProfileRequest.PrincipalIdStage.from(AccessProfileRequest other)