Skip to content

Commit

Permalink
Merge pull request #1542 from microsoftgraph/kiota/v1.0/pipelinebuild…
Browse files Browse the repository at this point in the history
…/123864

Generated  models and request builders
  • Loading branch information
ramsessanchez authored Sep 1, 2023
2 parents d865fce + 5737fec commit 008dae3
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 200 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,16 +199,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a permissionGrantsRequestBuilder
*/
@jakarta.annotation.Nonnull
public PermissionGrantsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new PermissionGrantsRequestBuilder(rawUrl, requestAdapter);
}
/**
* List all resource-specific permission grants on the chat. This list specifies the Azure AD apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,6 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a managedAppPoliciesRequestBuilder
*/
@jakarta.annotation.Nonnull
public ManagedAppPoliciesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new ManagedAppPoliciesRequestBuilder(rawUrl, requestAdapter);
}
/**
* List properties and relationships of the managedAppPolicy objects.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,6 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a managedAppRegistrationsRequestBuilder
*/
@jakarta.annotation.Nonnull
public ManagedAppRegistrationsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new ManagedAppRegistrationsRequestBuilder(rawUrl, requestAdapter);
}
/**
* List properties and relationships of the androidManagedAppRegistration objects.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,6 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a assignmentsRequestBuilder
*/
@jakarta.annotation.Nonnull
public AssignmentsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new AssignmentsRequestBuilder(rawUrl, requestAdapter);
}
/**
* List properties and relationships of the managedEBookAssignment objects.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,6 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a mobileAppConfigurationsRequestBuilder
*/
@jakarta.annotation.Nonnull
public MobileAppConfigurationsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new MobileAppConfigurationsRequestBuilder(rawUrl, requestAdapter);
}
/**
* List properties and relationships of the managedDeviceMobileAppConfiguration objects.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,16 +184,6 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a mobileAppsRequestBuilder
*/
@jakarta.annotation.Nonnull
public MobileAppsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new MobileAppsRequestBuilder(rawUrl, requestAdapter);
}
/**
* List properties and relationships of the win32LobApp objects.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,6 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a deviceConfigurationsRequestBuilder
*/
@jakarta.annotation.Nonnull
public DeviceConfigurationsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new DeviceConfigurationsRequestBuilder(rawUrl, requestAdapter);
}
/**
* List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,6 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a deviceEnrollmentConfigurationsRequestBuilder
*/
@jakarta.annotation.Nonnull
public DeviceEnrollmentConfigurationsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new DeviceEnrollmentConfigurationsRequestBuilder(rawUrl, requestAdapter);
}
/**
* List properties and relationships of the deviceEnrollmentConfiguration objects.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,16 +179,6 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a pointsRequestBuilder
*/
@jakarta.annotation.Nonnull
public PointsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new PointsRequestBuilder(rawUrl, requestAdapter);
}
/**
* Retrieve a list of chartpoints objects.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,6 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a postsRequestBuilder
*/
@jakarta.annotation.Nonnull
public PostsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new PostsRequestBuilder(rawUrl, requestAdapter);
}
/**
* Get the posts of the specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,16 +198,6 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a permissionGrantsRequestBuilder
*/
@jakarta.annotation.Nonnull
public PermissionGrantsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new PermissionGrantsRequestBuilder(rawUrl, requestAdapter);
}
/**
* List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,6 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a postsRequestBuilder
*/
@jakarta.annotation.Nonnull
public PostsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new PostsRequestBuilder(rawUrl, requestAdapter);
}
/**
* Get the posts of the specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,6 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a historyRequestBuilder
*/
@jakarta.annotation.Nonnull
public HistoryRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new HistoryRequestBuilder(rawUrl, requestAdapter);
}
/**
* Read the properties and relationships of a riskyUserHistoryItem object.
*/
Expand Down
10 changes: 0 additions & 10 deletions src/main/java/com/microsoft/graph/sites/SitesRequestBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,16 +133,6 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a sitesRequestBuilder
*/
@jakarta.annotation.Nonnull
public SitesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new SitesRequestBuilder(rawUrl, requestAdapter);
}
/**
* List all available [sites][] in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a [$search][] query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites][]. For more guidance about building applications that use site discovery for scanning purposes, see [Best practices for discovering files and detecting changes at scale.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,16 +198,6 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a permissionGrantsRequestBuilder
*/
@jakarta.annotation.Nonnull
public PermissionGrantsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new PermissionGrantsRequestBuilder(rawUrl, requestAdapter);
}
/**
* List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,16 +198,6 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a permissionGrantsRequestBuilder
*/
@jakarta.annotation.Nonnull
public PermissionGrantsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new PermissionGrantsRequestBuilder(rawUrl, requestAdapter);
}
/**
* List all resource-specific permission grants on the chat. This list specifies the Azure AD apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,16 +198,6 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a permissionGrantsRequestBuilder
*/
@jakarta.annotation.Nonnull
public PermissionGrantsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new PermissionGrantsRequestBuilder(rawUrl, requestAdapter);
}
/**
* List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,6 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a attachmentsRequestBuilder
*/
@jakarta.annotation.Nonnull
public AttachmentsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new AttachmentsRequestBuilder(rawUrl, requestAdapter);
}
/**
* Retrieve a list of attachment objects attached to a message.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,6 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a attachmentsRequestBuilder
*/
@jakarta.annotation.Nonnull
public AttachmentsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new AttachmentsRequestBuilder(rawUrl, requestAdapter);
}
/**
* Retrieve a list of attachment objects attached to a message.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,6 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
}
return requestInfo;
}
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a attachmentsRequestBuilder
*/
@jakarta.annotation.Nonnull
public AttachmentsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new AttachmentsRequestBuilder(rawUrl, requestAdapter);
}
/**
* Retrieve a list of attachment objects attached to a message.
*/
Expand Down

0 comments on commit 008dae3

Please sign in to comment.