Class AuthenticationMethodsRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.reports.authenticationmethods.AuthenticationMethodsRequestBuilder
@Generated("com.microsoft.kiota")
public class AuthenticationMethodsRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the authenticationMethods property of the microsoft.graph.reportRoot entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration for the request such as headers, query parameters, and middleware options.classContainer for navigation properties for Microsoft Entra authentication methods resources.classConfiguration for the request such as headers, query parameters, and middleware options.classConfiguration for the request such as headers, query parameters, and middleware options. -
Field Summary
Fields inherited from class com.microsoft.kiota.BaseRequestBuilder
pathParameters, requestAdapter, urlTemplate -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationMethodsRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAuthenticationMethodsRequestBuilderand sets the default values.AuthenticationMethodsRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAuthenticationMethodsRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Delete navigation property authenticationMethods for reportsvoiddelete(Consumer<AuthenticationMethodsRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property authenticationMethods for reportsget()Container for navigation properties for Microsoft Entra authentication methods resources.get(Consumer<AuthenticationMethodsRequestBuilder.GetRequestConfiguration> requestConfiguration) Container for navigation properties for Microsoft Entra authentication methods resources.Update the navigation property authenticationMethods in reportspatch(AuthenticationMethodsRoot body, Consumer<AuthenticationMethodsRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property authenticationMethods in reportscom.microsoft.kiota.RequestInformationDelete navigation property authenticationMethods for reportscom.microsoft.kiota.RequestInformationtoDeleteRequestInformation(Consumer<AuthenticationMethodsRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property authenticationMethods for reportscom.microsoft.kiota.RequestInformationContainer for navigation properties for Microsoft Entra authentication methods resources.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<AuthenticationMethodsRequestBuilder.GetRequestConfiguration> requestConfiguration) Container for navigation properties for Microsoft Entra authentication methods resources.com.microsoft.kiota.RequestInformationUpdate the navigation property authenticationMethods in reportscom.microsoft.kiota.RequestInformationtoPatchRequestInformation(AuthenticationMethodsRoot body, Consumer<AuthenticationMethodsRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property authenticationMethods in reportsProvides operations to manage the userRegistrationDetails property of the microsoft.graph.authenticationMethodsRoot entity.Provides operations to call the usersRegisteredByFeature method.usersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRoles(String includedUserRoles, String includedUserTypes) Provides operations to call the usersRegisteredByFeature method.Provides operations to call the usersRegisteredByMethod method.usersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRoles(String includedUserRoles, String includedUserTypes) Provides operations to call the usersRegisteredByMethod method.Returns a request builder with the provided arbitrary URL.
-
Constructor Details
-
AuthenticationMethodsRequestBuilder
public AuthenticationMethodsRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAuthenticationMethodsRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
AuthenticationMethodsRequestBuilder
public AuthenticationMethodsRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAuthenticationMethodsRequestBuilderand sets the default values.- Parameters:
rawUrl- The raw URL to use for the request builder.requestAdapter- The request adapter to use to execute the requests.
-
-
Method Details
-
userRegistrationDetails
Provides operations to manage the userRegistrationDetails property of the microsoft.graph.authenticationMethodsRoot entity.- Returns:
- a
UserRegistrationDetailsRequestBuilder
-
usersRegisteredByFeature
Provides operations to call the usersRegisteredByFeature method.- Returns:
- a
UsersRegisteredByFeatureRequestBuilder
-
usersRegisteredByMethod
Provides operations to call the usersRegisteredByMethod method.- Returns:
- a
UsersRegisteredByMethodRequestBuilder
-
delete
public void delete()Delete navigation property authenticationMethods for reports- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
delete
public void delete(@Nullable Consumer<AuthenticationMethodsRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property authenticationMethods for reports- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
Container for navigation properties for Microsoft Entra authentication methods resources.- Returns:
- a
AuthenticationMethodsRoot - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public AuthenticationMethodsRoot get(@Nullable Consumer<AuthenticationMethodsRequestBuilder.GetRequestConfiguration> requestConfiguration) Container for navigation properties for Microsoft Entra authentication methods resources.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
AuthenticationMethodsRoot - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
Update the navigation property authenticationMethods in reports- Parameters:
body- The request body- Returns:
- a
AuthenticationMethodsRoot - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
@Nullable public AuthenticationMethodsRoot patch(@Nonnull AuthenticationMethodsRoot body, @Nullable Consumer<AuthenticationMethodsRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property authenticationMethods in reports- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
AuthenticationMethodsRoot - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete navigation property authenticationMethods for reports- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<AuthenticationMethodsRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property authenticationMethods for reports- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Container for navigation properties for Microsoft Entra authentication methods resources.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<AuthenticationMethodsRequestBuilder.GetRequestConfiguration> requestConfiguration) Container for navigation properties for Microsoft Entra authentication methods resources.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull AuthenticationMethodsRoot body) Update the navigation property authenticationMethods in reports- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull AuthenticationMethodsRoot body, @Nullable Consumer<AuthenticationMethodsRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property authenticationMethods in reports- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
usersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRoles
@Nonnull public UsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRolesRequestBuilder usersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRoles(@Nonnull String includedUserRoles, @Nonnull String includedUserTypes) Provides operations to call the usersRegisteredByFeature method.- Parameters:
includedUserRoles- Usage: includedUserRoles='{includedUserRoles}'includedUserTypes- Usage: includedUserTypes='{includedUserTypes}'- Returns:
- a
UsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRolesRequestBuilder
-
usersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRoles
@Nonnull public UsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRolesRequestBuilder usersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRoles(@Nonnull String includedUserRoles, @Nonnull String includedUserTypes) Provides operations to call the usersRegisteredByMethod method.- Parameters:
includedUserRoles- Usage: includedUserRoles='{includedUserRoles}'includedUserTypes- Usage: includedUserTypes='{includedUserTypes}'- Returns:
- a
UsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRolesRequestBuilder
-
withUrl
Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.- Parameters:
rawUrl- The raw URL to use for the request builder.- Returns:
- a
AuthenticationMethodsRequestBuilder
-