Package com.atlan.model.admin
Class GroupRequest.GroupRequestBuilder<C extends GroupRequest,B extends GroupRequest.GroupRequestBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.admin.GroupRequest.GroupRequestBuilder<C,B>
- Enclosing class:
GroupRequest
public abstract static class GroupRequest.GroupRequestBuilder<C extends GroupRequest,B extends GroupRequest.GroupRequestBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B$fillValuesFrom(C instance) abstract Cbuild()count(boolean count) Whether to include an overall count of groups (true) or not (false).Criteria by which to filter the list of groups to retrieve.limit(int limit) Maximum number of groups to return per page.offset(int offset) Starting point for the list of groups when paging.protected abstract Bself()Property by which to sort the resulting list of groups.toString()Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
GroupRequestBuilder
public GroupRequestBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFromin classAtlanObject.AtlanObjectBuilder<C extends GroupRequest,B extends GroupRequest.GroupRequestBuilder<C, B>>
-
filter
Criteria by which to filter the list of groups to retrieve.- Returns:
this.
-
sort
Property by which to sort the resulting list of groups.- Returns:
this.
-
count
Whether to include an overall count of groups (true) or not (false).- Returns:
this.
-
offset
Starting point for the list of groups when paging.- Returns:
this.
-
limit
Maximum number of groups to return per page.- Returns:
this.
-
self
- Specified by:
selfin classAtlanObject.AtlanObjectBuilder<C extends GroupRequest,B extends GroupRequest.GroupRequestBuilder<C, B>>
-
build
- Specified by:
buildin classAtlanObject.AtlanObjectBuilder<C extends GroupRequest,B extends GroupRequest.GroupRequestBuilder<C, B>>
-
toString
- Overrides:
toStringin classAtlanObject.AtlanObjectBuilder<C extends GroupRequest,B extends GroupRequest.GroupRequestBuilder<C, B>>
-