Uses of Class
ai.vectros.types.AccessProfileResponse
Packages that use AccessProfileResponse
-
Uses of AccessProfileResponse in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth that return AccessProfileResponseModifier and TypeMethodDescriptionAuthClient.createAccessProfile(String contextId, CreateAccessProfileRequest request) Creates a new access profile under the given app context.AuthClient.createAccessProfile(String contextId, CreateAccessProfileRequest request, RequestOptions requestOptions) Creates a new access profile under the given app context.AuthClient.getAccessProfile(String contextId, String principalId) Returns a single access profile by itsprincipalIdwithin the given app context.AuthClient.getAccessProfile(String contextId, String principalId, RequestOptions requestOptions) Returns a single access profile by itsprincipalIdwithin the given app context.AuthClient.getAccessProfile(String contextId, String principalId, GetAccessProfileRequest request) Returns a single access profile by itsprincipalIdwithin the given app context.AuthClient.getAccessProfile(String contextId, String principalId, GetAccessProfileRequest request, RequestOptions requestOptions) Returns a single access profile by itsprincipalIdwithin the given app context.AuthClient.updateAccessProfile(String contextId, String principalId, UpdateAccessProfileRequest request) Updates an access profile.AuthClient.updateAccessProfile(String contextId, String principalId, UpdateAccessProfileRequest request, RequestOptions requestOptions) Updates an access profile.Methods in ai.vectros.resources.auth that return types with arguments of type AccessProfileResponseModifier and TypeMethodDescriptionAsyncAuthClient.createAccessProfile(String contextId, CreateAccessProfileRequest request) Creates a new access profile under the given app context.AsyncAuthClient.createAccessProfile(String contextId, CreateAccessProfileRequest request, RequestOptions requestOptions) Creates a new access profile under the given app context.AsyncRawAuthClient.createAccessProfile(String contextId, CreateAccessProfileRequest request) Creates a new access profile under the given app context.AsyncRawAuthClient.createAccessProfile(String contextId, CreateAccessProfileRequest request, RequestOptions requestOptions) Creates a new access profile under the given app context.RawAuthClient.createAccessProfile(String contextId, CreateAccessProfileRequest request) Creates a new access profile under the given app context.RawAuthClient.createAccessProfile(String contextId, CreateAccessProfileRequest request, RequestOptions requestOptions) Creates a new access profile under the given app context.AsyncAuthClient.getAccessProfile(String contextId, String principalId) Returns a single access profile by itsprincipalIdwithin the given app context.AsyncAuthClient.getAccessProfile(String contextId, String principalId, RequestOptions requestOptions) Returns a single access profile by itsprincipalIdwithin the given app context.AsyncAuthClient.getAccessProfile(String contextId, String principalId, GetAccessProfileRequest request) Returns a single access profile by itsprincipalIdwithin the given app context.AsyncAuthClient.getAccessProfile(String contextId, String principalId, GetAccessProfileRequest request, RequestOptions requestOptions) Returns a single access profile by itsprincipalIdwithin the given app context.AsyncRawAuthClient.getAccessProfile(String contextId, String principalId) Returns a single access profile by itsprincipalIdwithin the given app context.AsyncRawAuthClient.getAccessProfile(String contextId, String principalId, RequestOptions requestOptions) Returns a single access profile by itsprincipalIdwithin the given app context.AsyncRawAuthClient.getAccessProfile(String contextId, String principalId, GetAccessProfileRequest request) Returns a single access profile by itsprincipalIdwithin the given app context.AsyncRawAuthClient.getAccessProfile(String contextId, String principalId, GetAccessProfileRequest request, RequestOptions requestOptions) Returns a single access profile by itsprincipalIdwithin the given app context.RawAuthClient.getAccessProfile(String contextId, String principalId) Returns a single access profile by itsprincipalIdwithin the given app context.RawAuthClient.getAccessProfile(String contextId, String principalId, RequestOptions requestOptions) Returns a single access profile by itsprincipalIdwithin the given app context.RawAuthClient.getAccessProfile(String contextId, String principalId, GetAccessProfileRequest request) Returns a single access profile by itsprincipalIdwithin the given app context.RawAuthClient.getAccessProfile(String contextId, String principalId, GetAccessProfileRequest request, RequestOptions requestOptions) Returns a single access profile by itsprincipalIdwithin the given app context.AsyncAuthClient.updateAccessProfile(String contextId, String principalId, UpdateAccessProfileRequest request) Updates an access profile.AsyncAuthClient.updateAccessProfile(String contextId, String principalId, UpdateAccessProfileRequest request, RequestOptions requestOptions) Updates an access profile.AsyncRawAuthClient.updateAccessProfile(String contextId, String principalId, UpdateAccessProfileRequest request) Updates an access profile.AsyncRawAuthClient.updateAccessProfile(String contextId, String principalId, UpdateAccessProfileRequest request, RequestOptions requestOptions) Updates an access profile.RawAuthClient.updateAccessProfile(String contextId, String principalId, UpdateAccessProfileRequest request) Updates an access profile.RawAuthClient.updateAccessProfile(String contextId, String principalId, UpdateAccessProfileRequest request, RequestOptions requestOptions) Updates an access profile. -
Uses of AccessProfileResponse in ai.vectros.types
Methods in ai.vectros.types that return AccessProfileResponseMethods in ai.vectros.types that return types with arguments of type AccessProfileResponseMethods in ai.vectros.types with parameters of type AccessProfileResponseModifier and TypeMethodDescriptionAccessProfileResponse.Builder.from(AccessProfileResponse other) Method parameters in ai.vectros.types with type arguments of type AccessProfileResponseModifier and TypeMethodDescriptionAccessProfilePage.Builder.data(List<AccessProfileResponse> data) AccessProfilePage.Builder.data(Optional<List<AccessProfileResponse>> data) The items on this page, in the endpoint's natural order.