Package org.azd.graph.groups
Class GroupsRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.graph.groups.GroupsRequestBuilder.GetQueryParameters
- Enclosing class:
GroupsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionString[]
A comma separated list of descriptors referencing groups you want the graph group to joinA descriptor referencing the scope (collection, project) in which the group should be created. -
Constructor Summary
-
Method Summary
-
Field Details
-
groupDescriptors
A comma separated list of descriptors referencing groups you want the graph group to join -
scopeDescriptor
A descriptor referencing the scope (collection, project) in which the group should be created. If omitted, will be created in the scope of the enclosing account or organization. Valid only for VSTS groups.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-