Class Service
java.lang.Object
com.amilesend.onedrive.resource.discovery.Service
Describes a single service as part of a discovery query response (business accounts only).
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Service.ServiceBuilder
builder()
boolean
The service capability.The API version for the service.The service endpoint (required for configuring the OneDriveConnection instance).The name of the service.The service resourceId (required for requesting access tokens).getType()
The associated service information.int
hashCode()
toString()
-
Method Details
-
builder
-
getType
The associated service information. -
getCapability
The service capability. -
getServiceName
The name of the service. -
getServiceApiVersion
The API version for the service. -
getServiceEndpointUri
The service endpoint (required for configuring the OneDriveConnection instance). -
getServiceResourceId
The service resourceId (required for requesting access tokens). -
equals
-
hashCode
public int hashCode() -
toString
-