Uses of Class
io.lakefs.clients.sdk.model.SetupState
-
Packages that use SetupState Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of SetupState in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return SetupState Modifier and Type Method Description SetupStateInternalApi.APIgetSetupStateRequest. execute()Execute getSetupState requestMethods in io.lakefs.clients.sdk that return types with arguments of type SetupState Modifier and Type Method Description ApiResponse<SetupState>InternalApi.APIgetSetupStateRequest. executeWithHttpInfo()Execute getSetupState request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type SetupState Modifier and Type Method Description okhttp3.CallInternalApi.APIgetSetupStateRequest. executeAsync(ApiCallback<SetupState> _callback)Execute getSetupState request (asynchronously) -
Uses of SetupState in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return SetupState Modifier and Type Method Description SetupStateSetupState. commPrefsMissing(Boolean commPrefsMissing)static SetupStateSetupState. fromJson(String jsonString)Create an instance of SetupState given an JSON stringSetupStateSetupState. loginConfig(LoginConfig loginConfig)SetupStateSetupState. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.SetupStateSetupState. state(SetupState.StateEnum state)
-