Uses of Class
model.AuthorizationsList
-
Packages that use AuthorizationsList Package Description api model -
-
Uses of AuthorizationsList in api
Methods in api that return AuthorizationsList Modifier and Type Method Description AuthorizationsListAuthorizationsApi.APIlistAuthorizationsRequest. execute()Execute listAuthorizations requestMethods in api that return types with arguments of type AuthorizationsList Modifier and Type Method Description ApiResponse<AuthorizationsList>AuthorizationsApi.APIlistAuthorizationsRequest. executeWithHttpInfo()Execute listAuthorizations request with HTTP info returnedMethod parameters in api with type arguments of type AuthorizationsList Modifier and Type Method Description okhttp3.CallAuthorizationsApi.APIlistAuthorizationsRequest. executeAsync(ApiCallback<AuthorizationsList> _callback)Execute listAuthorizations request (asynchronously) -
Uses of AuthorizationsList in model
Methods in model that return AuthorizationsList Modifier and Type Method Description AuthorizationsListAuthorizationsList. embedded(AuthorizationsListEmbedded embedded)static AuthorizationsListAuthorizationsList. fromJson(String jsonString)Create an instance of AuthorizationsList given an JSON stringAuthorizationsListAuthorizationsList. links(ListLinks links)AuthorizationsListAuthorizationsList. page(PageCursor page)
-