Package com.microsoft.graph.identitygovernance.entitlementmanagement.catalogs.item.customworkflowextensions
Class CustomWorkflowExtensionsRequestBuilder.GetQueryParameters
java.lang.Object
com.microsoft.graph.identitygovernance.entitlementmanagement.catalogs.item.customworkflowextensions.CustomWorkflowExtensionsRequestBuilder.GetQueryParameters
- All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
- Enclosing class:
CustomWorkflowExtensionsRequestBuilder
@Generated("com.microsoft.kiota")
public class CustomWorkflowExtensionsRequestBuilder.GetQueryParameters
extends Object
implements com.microsoft.kiota.QueryParameters
Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the query parameters into a map for the URI template parsing.
-
Field Details
-
count
Include count of items -
expand
Expand related entities -
filter
Filter items by property values -
orderby
Order items by property values -
search
Search items by search phrases -
select
Select properties to be returned -
skip
Skip the first n items -
top
Show only the first n items
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-
-
Method Details