MicrosoftGraphClient Interface
public interface MicrosoftGraphClient
The interface for MicrosoftGraphClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Applications |
getApplications()
Gets the Applications |
abstract
Applications |
getApplicationsApplications()
Gets the Applications |
abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
abstract
Domains |
getDomainsDomains()
Gets the Domains |
abstract String |
getEndpoint()
Gets server parameter. |
abstract
Groups |
getGroups()
Gets the Groups |
abstract
Groups |
getGroupsGroups()
Gets the Groups |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Service |
getServicePrincipals()
Gets the Service |
abstract
Service |
getServicePrincipalsServicePrincipals()
Gets the Service |
abstract
Users |
getUsersUsers()
Gets the Users |
Method Details
getApplications
public abstract ApplicationsClient getApplications()
Gets the ApplicationsClient object to access its operations.
Returns:
getApplicationsApplications
public abstract ApplicationsApplicationsClient getApplicationsApplications()
Gets the ApplicationsApplicationsClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDomainsDomains
public abstract DomainsDomainsClient getDomainsDomains()
Gets the DomainsDomainsClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getGroups
public abstract GroupsClient getGroups()
Gets the GroupsClient object to access its operations.
Returns:
getGroupsGroups
public abstract GroupsGroupsClient getGroupsGroups()
Gets the GroupsGroupsClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getServicePrincipals
public abstract ServicePrincipalsClient getServicePrincipals()
Gets the ServicePrincipalsClient object to access its operations.
Returns:
getServicePrincipalsServicePrincipals
public abstract ServicePrincipalsServicePrincipalsClient getServicePrincipalsServicePrincipals()
Gets the ServicePrincipalsServicePrincipalsClient object to access its operations.
Returns:
getUsersUsers
public abstract UsersUsersClient getUsersUsers()
Gets the UsersUsersClient object to access its operations.
Returns:
Applies to
Azure SDK for Java