Uses of Class
org.nuxeo.client.NuxeoClient.Builder
-
Packages that use NuxeoClient.Builder Package Description org.nuxeo.client -
-
Uses of NuxeoClient.Builder in org.nuxeo.client
Methods in org.nuxeo.client that return NuxeoClient.Builder Modifier and Type Method Description NuxeoClient.BuilderNuxeoClient.Builder. authentication(java.lang.String username, java.lang.String password)NuxeoClient.BuilderNuxeoClient.Builder. authentication(okhttp3.Interceptor authenticationMethod)NuxeoClient.BuilderNuxeoClient.Builder. cache(NuxeoResponseCache cache)NuxeoClient.BuilderNuxeoClient.Builder. interceptor(okhttp3.Interceptor interceptor)NuxeoClient.BuilderNuxeoClient.Builder. registerEntity(java.lang.String entityType, java.lang.Class<?> clazz)Register entity type to class link for automatic unmarshalling process in operation.NuxeoClient.BuilderNuxeoClient.Builder. url(java.lang.String url)Constructors in org.nuxeo.client with parameters of type NuxeoClient.Builder Constructor Description NuxeoClient(NuxeoClient.Builder builder)
-