Skip to content

Commit

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

Generated  models and request builders
  • Loading branch information
ramsessanchez authored Oct 23, 2023
2 parents 35036e3 + aba608a commit cb92771
Show file tree
Hide file tree
Showing 302 changed files with 2,388 additions and 1,726 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ public VersionsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @
super(requestAdapter, "{+baseurl}/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl);
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
* @return a CompletableFuture of AgreementFileVersionCollectionResponse
*/
@jakarta.annotation.Nonnull
public java.util.concurrent.CompletableFuture<AgreementFileVersionCollectionResponse> get() {
return get(null);
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a CompletableFuture of AgreementFileVersionCollectionResponse
*/
Expand Down Expand Up @@ -104,15 +104,15 @@ public java.util.concurrent.CompletableFuture<AgreementFileVersion> post(@jakart
return this.requestAdapter.sendAsync(requestInfo, AgreementFileVersion::createFromDiscriminatorValue, errorMapping);
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
* @return a RequestInformation
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a RequestInformation
*/
Expand Down Expand Up @@ -175,7 +175,7 @@ public VersionsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String r
return new VersionsRequestBuilder(rawUrl, requestAdapter);
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ public java.util.concurrent.CompletableFuture<Void> delete(@jakarta.annotation.N
return this.requestAdapter.sendPrimitiveAsync(requestInfo, Void.class, errorMapping);
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
* @return a CompletableFuture of AgreementFileVersion
*/
@jakarta.annotation.Nonnull
public java.util.concurrent.CompletableFuture<AgreementFileVersion> get() {
return get(null);
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a CompletableFuture of AgreementFileVersion
*/
Expand Down Expand Up @@ -128,15 +128,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
* @return a RequestInformation
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a RequestInformation
*/
Expand Down Expand Up @@ -205,7 +205,7 @@ public AgreementFileVersionItemRequestBuilder withUrl(@jakarta.annotation.Nonnul
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ public VersionsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @
super(requestAdapter, "{+baseurl}/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl);
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
* @return a CompletableFuture of AgreementFileVersionCollectionResponse
*/
@jakarta.annotation.Nonnull
public java.util.concurrent.CompletableFuture<AgreementFileVersionCollectionResponse> get() {
return get(null);
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a CompletableFuture of AgreementFileVersionCollectionResponse
*/
Expand Down Expand Up @@ -104,15 +104,15 @@ public java.util.concurrent.CompletableFuture<AgreementFileVersion> post(@jakart
return this.requestAdapter.sendAsync(requestInfo, AgreementFileVersion::createFromDiscriminatorValue, errorMapping);
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
* @return a RequestInformation
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a RequestInformation
*/
Expand Down Expand Up @@ -175,7 +175,7 @@ public VersionsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String r
return new VersionsRequestBuilder(rawUrl, requestAdapter);
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ public java.util.concurrent.CompletableFuture<Void> delete(@jakarta.annotation.N
return this.requestAdapter.sendPrimitiveAsync(requestInfo, Void.class, errorMapping);
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
* @return a CompletableFuture of AgreementFileVersion
*/
@jakarta.annotation.Nonnull
public java.util.concurrent.CompletableFuture<AgreementFileVersion> get() {
return get(null);
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a CompletableFuture of AgreementFileVersion
*/
Expand Down Expand Up @@ -128,15 +128,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
* @return a RequestInformation
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a RequestInformation
*/
Expand Down Expand Up @@ -205,7 +205,7 @@ public AgreementFileVersionItemRequestBuilder withUrl(@jakarta.annotation.Nonnul
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
* Read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
* Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public CheckMemberGroupsRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/checkMemberGroups", rawUrl);
}
/**
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments.
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments.
* @param body The request body
* @return a CompletableFuture of CheckMemberGroupsPostResponse
* @see <a href="https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0">Find more info here</a>
Expand All @@ -45,7 +45,7 @@ public java.util.concurrent.CompletableFuture<CheckMemberGroupsPostResponse> pos
return post(body, null);
}
/**
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments.
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a CompletableFuture of CheckMemberGroupsPostResponse
Expand All @@ -61,7 +61,7 @@ public java.util.concurrent.CompletableFuture<CheckMemberGroupsPostResponse> pos
return this.requestAdapter.sendAsync(requestInfo, CheckMemberGroupsPostResponse::createFromDiscriminatorValue, errorMapping);
}
/**
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments.
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments.
* @param body The request body
* @return a RequestInformation
*/
Expand All @@ -70,7 +70,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments.
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a RequestInformation
Expand Down
Loading

0 comments on commit cb92771

Please sign in to comment.