Skip to content

Commit 19f7cd8

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 206096
1 parent 9ce6e3b commit 19f7cd8

File tree

256 files changed

+979
-929
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

256 files changed

+979
-929
lines changed

src/main/java/com/microsoft/graph/generated/applications/item/federatedidentitycredentials/FederatedIdentityCredentialsRequestBuilder.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@ public FederatedIdentityCredentialsRequestBuilder(@jakarta.annotation.Nonnull fi
6060
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
6161
}
6262
/**
63-
* Get a list of the federatedIdentityCredential objects and their properties.
63+
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
6464
* @return a {@link FederatedIdentityCredentialCollectionResponse}
6565
* @throws ODataError When receiving a 4XX or 5XX status code
66-
* @see <a href="https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0">Find more info here</a>
66+
* @see <a href="https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-1.0">Find more info here</a>
6767
*/
6868
@jakarta.annotation.Nullable
6969
public FederatedIdentityCredentialCollectionResponse get() {
7070
return get(null);
7171
}
7272
/**
73-
* Get a list of the federatedIdentityCredential objects and their properties.
73+
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
7474
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7575
* @return a {@link FederatedIdentityCredentialCollectionResponse}
7676
* @throws ODataError When receiving a 4XX or 5XX status code
77-
* @see <a href="https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0">Find more info here</a>
77+
* @see <a href="https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-1.0">Find more info here</a>
7878
*/
7979
@jakarta.annotation.Nullable
8080
public FederatedIdentityCredentialCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -88,7 +88,7 @@ public FederatedIdentityCredentialCollectionResponse get(@jakarta.annotation.Nul
8888
* @param body The request body
8989
* @return a {@link FederatedIdentityCredential}
9090
* @throws ODataError When receiving a 4XX or 5XX status code
91-
* @see <a href="https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0">Find more info here</a>
91+
* @see <a href="https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-1.0">Find more info here</a>
9292
*/
9393
@jakarta.annotation.Nullable
9494
public FederatedIdentityCredential post(@jakarta.annotation.Nonnull final FederatedIdentityCredential body) {
@@ -100,7 +100,7 @@ public FederatedIdentityCredential post(@jakarta.annotation.Nonnull final Federa
100100
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
101101
* @return a {@link FederatedIdentityCredential}
102102
* @throws ODataError When receiving a 4XX or 5XX status code
103-
* @see <a href="https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0">Find more info here</a>
103+
* @see <a href="https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-1.0">Find more info here</a>
104104
*/
105105
@jakarta.annotation.Nullable
106106
public FederatedIdentityCredential post(@jakarta.annotation.Nonnull final FederatedIdentityCredential body, @jakarta.annotation.Nullable final java.util.function.Consumer<PostRequestConfiguration> requestConfiguration) {
@@ -111,15 +111,15 @@ public FederatedIdentityCredential post(@jakarta.annotation.Nonnull final Federa
111111
return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredential::createFromDiscriminatorValue);
112112
}
113113
/**
114-
* Get a list of the federatedIdentityCredential objects and their properties.
114+
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
115115
* @return a {@link RequestInformation}
116116
*/
117117
@jakarta.annotation.Nonnull
118118
public RequestInformation toGetRequestInformation() {
119119
return toGetRequestInformation(null);
120120
}
121121
/**
122-
* Get a list of the federatedIdentityCredential objects and their properties.
122+
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
123123
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
124124
* @return a {@link RequestInformation}
125125
*/
@@ -165,7 +165,7 @@ public FederatedIdentityCredentialsRequestBuilder withUrl(@jakarta.annotation.No
165165
return new FederatedIdentityCredentialsRequestBuilder(rawUrl, requestAdapter);
166166
}
167167
/**
168-
* Get a list of the federatedIdentityCredential objects and their properties.
168+
* Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
169169
*/
170170
@jakarta.annotation.Generated("com.microsoft.kiota")
171171
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/generated/applications/item/federatedidentitycredentials/item/FederatedIdentityCredentialItemRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
5757
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
5858
}
5959
/**
60-
* Read the properties and relationships of a federatedIdentityCredential object.
60+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
6161
* @return a {@link FederatedIdentityCredential}
6262
* @throws ODataError When receiving a 4XX or 5XX status code
6363
* @see <a href="https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0">Find more info here</a>
@@ -67,7 +67,7 @@ public FederatedIdentityCredential get() {
6767
return get(null);
6868
}
6969
/**
70-
* Read the properties and relationships of a federatedIdentityCredential object.
70+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
7171
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7272
* @return a {@link FederatedIdentityCredential}
7373
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -128,15 +128,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
128128
return requestInfo;
129129
}
130130
/**
131-
* Read the properties and relationships of a federatedIdentityCredential object.
131+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
132132
* @return a {@link RequestInformation}
133133
*/
134134
@jakarta.annotation.Nonnull
135135
public RequestInformation toGetRequestInformation() {
136136
return toGetRequestInformation(null);
137137
}
138138
/**
139-
* Read the properties and relationships of a federatedIdentityCredential object.
139+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
140140
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
141141
* @return a {@link RequestInformation}
142142
*/
@@ -188,7 +188,7 @@ public FederatedIdentityCredentialItemRequestBuilder withUrl(@jakarta.annotation
188188
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
189189
}
190190
/**
191-
* Read the properties and relationships of a federatedIdentityCredential object.
191+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
192192
*/
193193
@jakarta.annotation.Generated("com.microsoft.kiota")
194194
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/generated/applications/item/federatedidentitycredentialswithname/FederatedIdentityCredentialsWithNameRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
5959
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
6060
}
6161
/**
62-
* Read the properties and relationships of a federatedIdentityCredential object.
62+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
6363
* @return a {@link FederatedIdentityCredential}
6464
* @throws ODataError When receiving a 4XX or 5XX status code
6565
* @see <a href="https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0">Find more info here</a>
@@ -69,7 +69,7 @@ public FederatedIdentityCredential get() {
6969
return get(null);
7070
}
7171
/**
72-
* Read the properties and relationships of a federatedIdentityCredential object.
72+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
7373
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7474
* @return a {@link FederatedIdentityCredential}
7575
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -130,15 +130,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
130130
return requestInfo;
131131
}
132132
/**
133-
* Read the properties and relationships of a federatedIdentityCredential object.
133+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
134134
* @return a {@link RequestInformation}
135135
*/
136136
@jakarta.annotation.Nonnull
137137
public RequestInformation toGetRequestInformation() {
138138
return toGetRequestInformation(null);
139139
}
140140
/**
141-
* Read the properties and relationships of a federatedIdentityCredential object.
141+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
142142
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
143143
* @return a {@link RequestInformation}
144144
*/
@@ -190,7 +190,7 @@ public FederatedIdentityCredentialsWithNameRequestBuilder withUrl(@jakarta.annot
190190
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
191191
}
192192
/**
193-
* Read the properties and relationships of a federatedIdentityCredential object.
193+
* Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
194194
*/
195195
@jakarta.annotation.Generated("com.microsoft.kiota")
196196
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/generated/kiota-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"descriptionHash": "B243F90AAC3F548EAA1D4BB9C012663E5F123A401E193B25D219B7D016381FF78B94701C2AF3F0DBDF12C8E8952F4095F9956FF17DE3320747B1A1BB91287751",
2+
"descriptionHash": "C00D26F092ED047E2B673F4D4AECAB01A3187818C66466C54F2F67BB43DC7762A57476FC6DB2C95F213034E60A57374E84B2B6A01F223BF7D23A0BB155BCA47D",
33
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
44
"lockFileVersion": "1.0.0",
55
"kiotaVersion": "1.30.0",

src/main/java/com/microsoft/graph/generated/models/AccessReviewHistoryDefinition.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public OffsetDateTime getCreatedDateTime() {
4242
return this.backingStore.get("createdDateTime");
4343
}
4444
/**
45-
* Gets the decisions property value. Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
45+
* Gets the decisions property value. Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
4646
* @return a {@link java.util.List<AccessReviewHistoryDecisionFilter>}
4747
*/
4848
@jakarta.annotation.Nullable
@@ -157,7 +157,7 @@ public void setCreatedDateTime(@jakarta.annotation.Nullable final OffsetDateTime
157157
this.backingStore.set("createdDateTime", value);
158158
}
159159
/**
160-
* Sets the decisions property value. Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
160+
* Sets the decisions property value. Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
161161
* @param value Value to set for the decisions property.
162162
*/
163163
public void setDecisions(@jakarta.annotation.Nullable final java.util.List<AccessReviewHistoryDecisionFilter> value) {

src/main/java/com/microsoft/graph/generated/models/AccountTargetContent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public String getOdataType() {
8383
return this.backingStore.get("odataType");
8484
}
8585
/**
86-
* Gets the type property value. The type of account target content. Possible values are: unknown, includeAll, addressBook, unknownFutureValue.
86+
* Gets the type property value. The type of account target content. The possible values are: unknown, includeAll, addressBook, unknownFutureValue.
8787
* @return a {@link AccountTargetContentType}
8888
*/
8989
@jakarta.annotation.Nullable
@@ -123,7 +123,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
123123
this.backingStore.set("odataType", value);
124124
}
125125
/**
126-
* Sets the type property value. The type of account target content. Possible values are: unknown, includeAll, addressBook, unknownFutureValue.
126+
* Sets the type property value. The type of account target content. The possible values are: unknown, includeAll, addressBook, unknownFutureValue.
127127
* @param value Value to set for the type property.
128128
*/
129129
public void setType(@jakarta.annotation.Nullable final AccountTargetContentType value) {

src/main/java/com/microsoft/graph/generated/models/AgreementAcceptance.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public OffsetDateTime getRecordedDateTime() {
112112
return this.backingStore.get("recordedDateTime");
113113
}
114114
/**
115-
* Gets the state property value. The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq).
115+
* Gets the state property value. The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq).
116116
* @return a {@link AgreementAcceptanceState}
117117
*/
118118
@jakarta.annotation.Nullable
@@ -229,7 +229,7 @@ public void setRecordedDateTime(@jakarta.annotation.Nullable final OffsetDateTim
229229
this.backingStore.set("recordedDateTime", value);
230230
}
231231
/**
232-
* Sets the state property value. The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq).
232+
* Sets the state property value. The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq).
233233
* @param value Value to set for the state property.
234234
*/
235235
public void setState(@jakarta.annotation.Nullable final AgreementAcceptanceState value) {

src/main/java/com/microsoft/graph/generated/models/Alert.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public OffsetDateTime getEventDateTime() {
138138
return this.backingStore.get("eventDateTime");
139139
}
140140
/**
141-
* Gets the feedback property value. Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
141+
* Gets the feedback property value. Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
142142
* @return a {@link AlertFeedback}
143143
*/
144144
@jakarta.annotation.Nullable
@@ -531,7 +531,7 @@ public void setEventDateTime(@jakarta.annotation.Nullable final OffsetDateTime v
531531
this.backingStore.set("eventDateTime", value);
532532
}
533533
/**
534-
* Sets the feedback property value. Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
534+
* Sets the feedback property value. Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
535535
* @param value Value to set for the feedback property.
536536
*/
537537
public void setFeedback(@jakarta.annotation.Nullable final AlertFeedback value) {

src/main/java/com/microsoft/graph/generated/models/AlterationResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public SearchAlteration getQueryAlteration() {
9393
return this.backingStore.get("queryAlteration");
9494
}
9595
/**
96-
* Gets the queryAlterationType property value. Defines the type of the spelling correction. Possible values are: suggestion, modification.
96+
* Gets the queryAlterationType property value. Defines the type of the spelling correction. The possible values are: suggestion, modification.
9797
* @return a {@link SearchAlterationType}
9898
*/
9999
@jakarta.annotation.Nullable
@@ -149,7 +149,7 @@ public void setQueryAlteration(@jakarta.annotation.Nullable final SearchAlterati
149149
this.backingStore.set("queryAlteration", value);
150150
}
151151
/**
152-
* Sets the queryAlterationType property value. Defines the type of the spelling correction. Possible values are: suggestion, modification.
152+
* Sets the queryAlterationType property value. Defines the type of the spelling correction. The possible values are: suggestion, modification.
153153
* @param value Value to set for the queryAlterationType property.
154154
*/
155155
public void setQueryAlterationType(@jakarta.annotation.Nullable final SearchAlterationType value) {

src/main/java/com/microsoft/graph/generated/models/Application.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public String getDescription() {
125125
return this.backingStore.get("description");
126126
}
127127
/**
128-
* Gets the disabledByMicrosoftStatus property value. Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
128+
* Gets the disabledByMicrosoftStatus property value. Specifies whether Microsoft has disabled the registered application. The possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
129129
* @return a {@link String}
130130
*/
131131
@jakarta.annotation.Nullable
@@ -610,7 +610,7 @@ public void setDescription(@jakarta.annotation.Nullable final String value) {
610610
this.backingStore.set("description", value);
611611
}
612612
/**
613-
* Sets the disabledByMicrosoftStatus property value. Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
613+
* Sets the disabledByMicrosoftStatus property value. Specifies whether Microsoft has disabled the registered application. The possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
614614
* @param value Value to set for the disabledByMicrosoftStatus property.
615615
*/
616616
public void setDisabledByMicrosoftStatus(@jakarta.annotation.Nullable final String value) {

0 commit comments

Comments
 (0)