Compartir vía


MicrosoftGraphClient Interface

public interface MicrosoftGraphClient

The interface for MicrosoftGraphClient class.

Method Summary

Modifier and Type Method and Description
abstract ApplicationsClient getApplications()

Gets the ApplicationsClient object to access its operations.

abstract ApplicationsApplicationsClient getApplicationsApplications()

Gets the ApplicationsApplicationsClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract DomainsDomainsClient getDomainsDomains()

Gets the DomainsDomainsClient object to access its operations.

abstract String getEndpoint()

Gets server parameter.

abstract GroupsClient getGroups()

Gets the GroupsClient object to access its operations.

abstract GroupsGroupsClient getGroupsGroups()

Gets the GroupsGroupsClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract ServicePrincipalsClient getServicePrincipals()

Gets the ServicePrincipalsClient object to access its operations.

abstract ServicePrincipalsServicePrincipalsClient getServicePrincipalsServicePrincipals()

Gets the ServicePrincipalsServicePrincipalsClient object to access its operations.

abstract UsersUsersClient getUsersUsers()

Gets the UsersUsersClient object to access its operations.

Method Details

getApplications

public abstract ApplicationsClient getApplications()

Gets the ApplicationsClient object to access its operations.

Returns:

the ApplicationsClient object.

getApplicationsApplications

public abstract ApplicationsApplicationsClient getApplicationsApplications()

Gets the ApplicationsApplicationsClient object to access its operations.

Returns:

the ApplicationsApplicationsClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getDomainsDomains

public abstract DomainsDomainsClient getDomainsDomains()

Gets the DomainsDomainsClient object to access its operations.

Returns:

the DomainsDomainsClient object.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getGroups

public abstract GroupsClient getGroups()

Gets the GroupsClient object to access its operations.

Returns:

the GroupsClient object.

getGroupsGroups

public abstract GroupsGroupsClient getGroupsGroups()

Gets the GroupsGroupsClient object to access its operations.

Returns:

the GroupsGroupsClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getServicePrincipals

public abstract ServicePrincipalsClient getServicePrincipals()

Gets the ServicePrincipalsClient object to access its operations.

Returns:

the ServicePrincipalsClient object.

getServicePrincipalsServicePrincipals

public abstract ServicePrincipalsServicePrincipalsClient getServicePrincipalsServicePrincipals()

Gets the ServicePrincipalsServicePrincipalsClient object to access its operations.

Returns:

the ServicePrincipalsServicePrincipalsClient object.

getUsersUsers

public abstract UsersUsersClient getUsersUsers()

Gets the UsersUsersClient object to access its operations.

Returns:

the UsersUsersClient object.

Applies to