Interface MicrosoftGraphClient
public interface MicrosoftGraphClient
The interface for MicrosoftGraphClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the ApplicationsClient object to access its operations.Gets the ApplicationsApplicationsClient object to access its operations.Gets The default poll interval for long-running operation.Gets the DomainsDomainsClient object to access its operations.Gets server parameter.Gets the GroupsClient object to access its operations.Gets the GroupsGroupsClient object to access its operations.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the ServicePrincipalsClient object to access its operations.Gets the ServicePrincipalsServicePrincipalsClient object to access its operations.Gets the UsersUsersClient object to access its operations.
-
Method Details
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getApplicationsApplications
ApplicationsApplicationsClient getApplicationsApplications()Gets the ApplicationsApplicationsClient object to access its operations.- Returns:
- the ApplicationsApplicationsClient object.
-
getApplications
ApplicationsClient getApplications()Gets the ApplicationsClient object to access its operations.- Returns:
- the ApplicationsClient object.
-
getServicePrincipalsServicePrincipals
ServicePrincipalsServicePrincipalsClient getServicePrincipalsServicePrincipals()Gets the ServicePrincipalsServicePrincipalsClient object to access its operations.- Returns:
- the ServicePrincipalsServicePrincipalsClient object.
-
getServicePrincipals
ServicePrincipalsClient getServicePrincipals()Gets the ServicePrincipalsClient object to access its operations.- Returns:
- the ServicePrincipalsClient object.
-
getGroupsGroups
GroupsGroupsClient getGroupsGroups()Gets the GroupsGroupsClient object to access its operations.- Returns:
- the GroupsGroupsClient object.
-
getGroups
GroupsClient getGroups()Gets the GroupsClient object to access its operations.- Returns:
- the GroupsClient object.
-
getUsersUsers
UsersUsersClient getUsersUsers()Gets the UsersUsersClient object to access its operations.- Returns:
- the UsersUsersClient object.
-
getDomainsDomains
DomainsDomainsClient getDomainsDomains()Gets the DomainsDomainsClient object to access its operations.- Returns:
- the DomainsDomainsClient object.
-