Package com.microsoft.graph.requests
Class UserTeamworkRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<UserTeamwork>
com.microsoft.graph.requests.UserTeamworkRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class UserTeamworkRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<UserTeamwork>
The class for the User Teamwork Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionUserTeamworkRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the UserTeamwork -
Method Summary
Modifier and TypeMethodDescriptionGets a request builder for the AssociatedTeamInfo collectionGets a request builder for the AssociatedTeamInfo itembuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsGets a request builder for the UserScopeTeamsAppInstallation collectioninstalledApps(String id) Gets a request builder for the UserScopeTeamsAppInstallation itemGets a builder to execute the methodMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
UserTeamworkRequestBuilder
public UserTeamworkRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the UserTeamwork- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public UserTeamworkRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the UserTeamworkRequest instance
-
buildRequest
@Nonnull public UserTeamworkRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for this request- Returns:
- the UserTeamworkRequest instance
-
associatedTeams
Gets a request builder for the AssociatedTeamInfo collection- Returns:
- the collection request builder
-
associatedTeams
Gets a request builder for the AssociatedTeamInfo item- Parameters:
id- the item identifier- Returns:
- the request builder
-
installedApps
Gets a request builder for the UserScopeTeamsAppInstallation collection- Returns:
- the collection request builder
-
installedApps
Gets a request builder for the UserScopeTeamsAppInstallation item- Parameters:
id- the item identifier- Returns:
- the request builder
-
sendActivityNotification
@Nonnull public UserTeamworkSendActivityNotificationRequestBuilder sendActivityNotification(@Nonnull UserTeamworkSendActivityNotificationParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-