Uses of Class
com.amilesend.onedrive.resource.discovery.Service
Packages that use Service
Package
Description
-
Uses of Service in com.amilesend.onedrive.connection.auth
Methods in com.amilesend.onedrive.connection.auth that return types with arguments of type ServiceModifier and TypeMethodDescriptionBusinessAccountAuthManager.getServices()Fetches the list of services available to the authenticated business user.Methods in com.amilesend.onedrive.connection.auth with parameters of type ServiceModifier and TypeMethodDescriptionvoidBusinessAccountAuthManager.authenticateService(@NonNull Service service) Authenticates with the givenserviceand refreshes the auth tokens so that a newOneDriveConnectioncan be used to access the service. -
Uses of Service in com.amilesend.onedrive.resource.discovery
Methods in com.amilesend.onedrive.resource.discovery that return ServiceMethods in com.amilesend.onedrive.resource.discovery that return types with arguments of type ServiceModifier and TypeMethodDescriptionDiscoverServiceResponse.getServices()The list of available services.Method parameters in com.amilesend.onedrive.resource.discovery with type arguments of type ServiceModifier and TypeMethodDescriptionThe list of available services.voidDiscoverServiceResponse.setServices(List<Service> services) The list of available services.