Package org.azd.artifacts.feedmanagement
Class FeedPermissionsRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.artifacts.feedmanagement.FeedPermissionsRequestBuilder.GetQueryParameters
- Enclosing class:
FeedPermissionsRequestBuilder
Represents the query parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionTrue to only return explicitly set permissions on the feed.Filter permissions to the provided identity.If includeDeletedFeeds is true, then feedId must be specified by name and not by Guid.True to include user Ids in the response. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
includeIds
True to include user Ids in the response. Default is false. -
excludeInheritedPermissions
True to only return explicitly set permissions on the feed. Default is false. -
identityDescriptor
Filter permissions to the provided identity. -
includeDeletedFeeds
If includeDeletedFeeds is true, then feedId must be specified by name and not by Guid.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-