Class GetChildObjectsOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.GetChildObjectsOptions.Builder
-
- Enclosing class:
- GetChildObjectsOptions
public static class GetChildObjectsOptions.Builder extends java.lang.Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetChildObjectsOptions.Builder
account(java.lang.String account)
Set the account.GetChildObjectsOptions
build()
Builds a GetChildObjectsOptions.GetChildObjectsOptions.Builder
complete(java.lang.Boolean complete)
Set the complete.GetChildObjectsOptions.Builder
descending(java.lang.String descending)
Set the descending.GetChildObjectsOptions.Builder
id(java.lang.String id)
Set the id.GetChildObjectsOptions.Builder
include(java.lang.String include)
Set the include.GetChildObjectsOptions.Builder
kind(java.lang.String kind)
Set the kind.GetChildObjectsOptions.Builder
languages(java.lang.String languages)
Set the languages.GetChildObjectsOptions.Builder
limit(long limit)
Set the limit.GetChildObjectsOptions.Builder
offset(long offset)
Set the offset.GetChildObjectsOptions.Builder
q(java.lang.String q)
Set the q.GetChildObjectsOptions.Builder
sortBy(java.lang.String sortBy)
Set the sortBy.
-
-
-
Method Detail
-
build
public GetChildObjectsOptions build()
Builds a GetChildObjectsOptions.- Returns:
- the new GetChildObjectsOptions instance
-
id
public GetChildObjectsOptions.Builder id(java.lang.String id)
Set the id.- Parameters:
id
- the id- Returns:
- the GetChildObjectsOptions builder
-
kind
public GetChildObjectsOptions.Builder kind(java.lang.String kind)
Set the kind.- Parameters:
kind
- the kind- Returns:
- the GetChildObjectsOptions builder
-
account
public GetChildObjectsOptions.Builder account(java.lang.String account)
Set the account.- Parameters:
account
- the account- Returns:
- the GetChildObjectsOptions builder
-
include
public GetChildObjectsOptions.Builder include(java.lang.String include)
Set the include.- Parameters:
include
- the include- Returns:
- the GetChildObjectsOptions builder
-
q
public GetChildObjectsOptions.Builder q(java.lang.String q)
Set the q.- Parameters:
q
- the q- Returns:
- the GetChildObjectsOptions builder
-
sortBy
public GetChildObjectsOptions.Builder sortBy(java.lang.String sortBy)
Set the sortBy.- Parameters:
sortBy
- the sortBy- Returns:
- the GetChildObjectsOptions builder
-
descending
public GetChildObjectsOptions.Builder descending(java.lang.String descending)
Set the descending.- Parameters:
descending
- the descending- Returns:
- the GetChildObjectsOptions builder
-
languages
public GetChildObjectsOptions.Builder languages(java.lang.String languages)
Set the languages.- Parameters:
languages
- the languages- Returns:
- the GetChildObjectsOptions builder
-
complete
public GetChildObjectsOptions.Builder complete(java.lang.Boolean complete)
Set the complete.- Parameters:
complete
- the complete- Returns:
- the GetChildObjectsOptions builder
-
offset
public GetChildObjectsOptions.Builder offset(long offset)
Set the offset.- Parameters:
offset
- the offset- Returns:
- the GetChildObjectsOptions builder
-
limit
public GetChildObjectsOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit
- the limit- Returns:
- the GetChildObjectsOptions builder
-
-