Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,21 @@ public ExternalPartnersRequestBuilder(@jakarta.annotation.Nonnull final String r
super(requestAdapter, "{+baseurl}/deviceManagement/virtualEndpoint/externalPartners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
* Get externalPartners from deviceManagement
* Get a list of the cloudPcExternalPartner objects and their properties.
* @return a {@link CloudPcExternalPartnerCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartners?view=graph-rest-beta">Find more info here</a>
*/
@jakarta.annotation.Nullable
public CloudPcExternalPartnerCollectionResponse get() {
return get(null);
}
/**
* Get externalPartners from deviceManagement
* Get a list of the cloudPcExternalPartner objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcExternalPartnerCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartners?view=graph-rest-beta">Find more info here</a>
*/
@jakarta.annotation.Nullable
public CloudPcExternalPartnerCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
Expand All @@ -82,21 +84,23 @@ public CloudPcExternalPartnerCollectionResponse get(@jakarta.annotation.Nullable
return this.requestAdapter.send(requestInfo, errorMapping, CloudPcExternalPartnerCollectionResponse::createFromDiscriminatorValue);
}
/**
* Create new navigation property to externalPartners for deviceManagement
* Create a new cloudPcExternalPartner object.
* @param body The request body
* @return a {@link CloudPcExternalPartner}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartners?view=graph-rest-beta">Find more info here</a>
*/
@jakarta.annotation.Nullable
public CloudPcExternalPartner post(@jakarta.annotation.Nonnull final CloudPcExternalPartner body) {
return post(body, null);
}
/**
* Create new navigation property to externalPartners for deviceManagement
* Create a new cloudPcExternalPartner object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcExternalPartner}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartners?view=graph-rest-beta">Find more info here</a>
*/
@jakarta.annotation.Nullable
public CloudPcExternalPartner post(@jakarta.annotation.Nonnull final CloudPcExternalPartner body, @jakarta.annotation.Nullable final java.util.function.Consumer<PostRequestConfiguration> requestConfiguration) {
Expand All @@ -107,15 +111,15 @@ public CloudPcExternalPartner post(@jakarta.annotation.Nonnull final CloudPcExte
return this.requestAdapter.send(requestInfo, errorMapping, CloudPcExternalPartner::createFromDiscriminatorValue);
}
/**
* Get externalPartners from deviceManagement
* Get a list of the cloudPcExternalPartner objects and their properties.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get externalPartners from deviceManagement
* Get a list of the cloudPcExternalPartner objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand All @@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
* Create new navigation property to externalPartners for deviceManagement
* Create a new cloudPcExternalPartner object.
* @param body The request body
* @return a {@link RequestInformation}
*/
Expand All @@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
* Create new navigation property to externalPartners for deviceManagement
* Create a new cloudPcExternalPartner object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
Expand All @@ -161,7 +165,7 @@ public ExternalPartnersRequestBuilder withUrl(@jakarta.annotation.Nonnull final
return new ExternalPartnersRequestBuilder(rawUrl, requestAdapter);
}
/**
* Get externalPartners from deviceManagement
* Get a list of the cloudPcExternalPartner objects and their properties.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
* Get externalPartners from deviceManagement
* Read the properties and relationships of a cloudPcExternalPartner object.
* @return a {@link CloudPcExternalPartner}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/cloudpcexternalpartner-get?view=graph-rest-beta">Find more info here</a>
*/
@jakarta.annotation.Nullable
public CloudPcExternalPartner get() {
return get(null);
}
/**
* Get externalPartners from deviceManagement
* Read the properties and relationships of a cloudPcExternalPartner object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcExternalPartner}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/cloudpcexternalpartner-get?view=graph-rest-beta">Find more info here</a>
*/
@jakarta.annotation.Nullable
public CloudPcExternalPartner get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
Expand All @@ -77,21 +79,23 @@ public CloudPcExternalPartner get(@jakarta.annotation.Nullable final java.util.f
return this.requestAdapter.send(requestInfo, errorMapping, CloudPcExternalPartner::createFromDiscriminatorValue);
}
/**
* Update the navigation property externalPartners in deviceManagement
* Update the properties of a cloudPcExternalPartner object.
* @param body The request body
* @return a {@link CloudPcExternalPartner}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/cloudpcexternalpartner-update?view=graph-rest-beta">Find more info here</a>
*/
@jakarta.annotation.Nullable
public CloudPcExternalPartner patch(@jakarta.annotation.Nonnull final CloudPcExternalPartner body) {
return patch(body, null);
}
/**
* Update the navigation property externalPartners in deviceManagement
* Update the properties of a cloudPcExternalPartner object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcExternalPartner}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/cloudpcexternalpartner-update?view=graph-rest-beta">Find more info here</a>
*/
@jakarta.annotation.Nullable
public CloudPcExternalPartner patch(@jakarta.annotation.Nonnull final CloudPcExternalPartner body, @jakarta.annotation.Nullable final java.util.function.Consumer<PatchRequestConfiguration> requestConfiguration) {
Expand Down Expand Up @@ -122,15 +126,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
* Get externalPartners from deviceManagement
* Read the properties and relationships of a cloudPcExternalPartner object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get externalPartners from deviceManagement
* Read the properties and relationships of a cloudPcExternalPartner object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand All @@ -142,7 +146,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
* Update the navigation property externalPartners in deviceManagement
* Update the properties of a cloudPcExternalPartner object.
* @param body The request body
* @return a {@link RequestInformation}
*/
Expand All @@ -151,7 +155,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
* Update the navigation property externalPartners in deviceManagement
* Update the properties of a cloudPcExternalPartner object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
Expand Down Expand Up @@ -182,7 +186,7 @@ public CloudPcExternalPartnerItemRequestBuilder withUrl(@jakarta.annotation.Nonn
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
* Get externalPartners from deviceManagement
* Read the properties and relationships of a cloudPcExternalPartner object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
* Get riskPrevention from identity
* Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
* @return a {@link RiskPreventionContainer}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
Expand All @@ -73,7 +73,7 @@ public RiskPreventionContainer get() {
return get(null);
}
/**
* Get riskPrevention from identity
* Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RiskPreventionContainer}
* @throws ODataError When receiving a 4XX or 5XX status code
Expand Down Expand Up @@ -131,15 +131,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
* Get riskPrevention from identity
* Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get riskPrevention from identity
* Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand Down Expand Up @@ -191,7 +191,7 @@ public RiskPreventionRequestBuilder withUrl(@jakarta.annotation.Nonnull final St
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
* Get riskPrevention from identity
* Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public FraudProtectionProvidersRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/identity/riskPrevention/fraudProtectionProviders{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
* Get fraudProtectionProviders from identity
* Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
* @return a {@link FraudProtectionProviderCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
Expand All @@ -69,7 +69,7 @@ public FraudProtectionProviderCollectionResponse get() {
return get(null);
}
/**
* Get fraudProtectionProviders from identity
* Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FraudProtectionProviderCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
Expand All @@ -82,21 +82,23 @@ public FraudProtectionProviderCollectionResponse get(@jakarta.annotation.Nullabl
return this.requestAdapter.send(requestInfo, errorMapping, FraudProtectionProviderCollectionResponse::createFromDiscriminatorValue);
}
/**
* Create new navigation property to fraudProtectionProviders for identity
* Create a new fraudProtectionProvider object. You can create one of the following subtypes that are derived from fraudProtectionProvider.
* @param body The request body
* @return a {@link FraudProtectionProvider}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/riskpreventioncontainer-post-fraudprotectionproviders?view=graph-rest-beta">Find more info here</a>
*/
@jakarta.annotation.Nullable
public FraudProtectionProvider post(@jakarta.annotation.Nonnull final FraudProtectionProvider body) {
return post(body, null);
}
/**
* Create new navigation property to fraudProtectionProviders for identity
* Create a new fraudProtectionProvider object. You can create one of the following subtypes that are derived from fraudProtectionProvider.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FraudProtectionProvider}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/riskpreventioncontainer-post-fraudprotectionproviders?view=graph-rest-beta">Find more info here</a>
*/
@jakarta.annotation.Nullable
public FraudProtectionProvider post(@jakarta.annotation.Nonnull final FraudProtectionProvider body, @jakarta.annotation.Nullable final java.util.function.Consumer<PostRequestConfiguration> requestConfiguration) {
Expand All @@ -107,15 +109,15 @@ public FraudProtectionProvider post(@jakarta.annotation.Nonnull final FraudProte
return this.requestAdapter.send(requestInfo, errorMapping, FraudProtectionProvider::createFromDiscriminatorValue);
}
/**
* Get fraudProtectionProviders from identity
* Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get fraudProtectionProviders from identity
* Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand All @@ -127,7 +129,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
* Create new navigation property to fraudProtectionProviders for identity
* Create a new fraudProtectionProvider object. You can create one of the following subtypes that are derived from fraudProtectionProvider.
* @param body The request body
* @return a {@link RequestInformation}
*/
Expand All @@ -136,7 +138,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
* Create new navigation property to fraudProtectionProviders for identity
* Create a new fraudProtectionProvider object. You can create one of the following subtypes that are derived from fraudProtectionProvider.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
Expand All @@ -161,7 +163,7 @@ public FraudProtectionProvidersRequestBuilder withUrl(@jakarta.annotation.Nonnul
return new FraudProtectionProvidersRequestBuilder(rawUrl, requestAdapter);
}
/**
* Get fraudProtectionProviders from identity
* Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Loading
Loading