Class FindDomainsRequest.Builder
Object
Builder
- Enclosing class:
FindDomainsRequest
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic FindDomainsRequest.BuilderDeprecated.This method will be removed in the future.build()but()Deprecated.This method will be removed in the future.communityId(UUID communityId) excludeMeta(boolean excludeMeta) includeSubCommunities(boolean includeSubCommunities) limit(int limit) nameMatchMode(MatchMode nameMatchMode) offset(int offset) Deprecated, for removal: This API element is subject to removal in a future version.Use cursor paginationstoString()
-
Field Details
-
offset
Deprecated, for removal: This API element is subject to removal in a future version.Use cursor paginations -
limit
Deprecated.This field will become private in the next major release.
-
-
Method Details
-
aFindDomainsRequest
Deprecated.This method will be removed in the future. Please useFindDomainsRequest.builder()Create a new Builder. -
offset
Deprecated, for removal: This API element is subject to removal in a future version.Use cursor paginations -
limit
-
but
Deprecated.This method will be removed in the future. Please, useFindDomainsRequest.builder()Clone method for this Builder. -
cursor
- Parameters:
cursor- Cursor for the current page of results. To retrieve the first page with cursor pagination you need to pass this parameter with an empty value (must be non-null). For the next pages, the value must be taken from the response (nextCursorproperty).- Returns:
this.
-
name
- Parameters:
name- The name of the community to search for.- Returns:
this.
-
nameMatchMode
- Parameters:
nameMatchMode- The match mode used to comparename. If the match mode isEXACTthe search is case-sensitive, otherwise the search is case-insensitive." When omitted, the nameMatchMode defaults toANYWHERE.- Returns:
this.
-
excludeMeta
- Parameters:
excludeMeta- The exclude meta flag. If this is set to true then the meta domains will not be returned (meta domains are i.e. domains not created manually by the user). When omitted, the excludeMeta flag defaults totrue.- Returns:
this.
-
communityId
- Parameters:
communityId- The ID of the community to find the domains in.- Returns:
this.
-
typeId
- Parameters:
typeId- The ID of the domain type to search for. Returned domains are of this type.- Returns:
this.
-
typeIds
- Parameters:
typeIds- The IDs of the domain types to search for. Returned domains are of these types.- Returns:
this.
-
includeSubCommunities
- Parameters:
includeSubCommunities- Whether to include sub-communities. Whentrue, direct sub-communities of the community referenced by thecommunityIdparameter are also included in the search. Sub-communities of those sub-communities are not included.- Returns:
this.
-
build
-
toString
-