Uses of Class
com.oracle.bmc.ailanguage.requests.ListProjectsRequest.Builder
-
Packages that use ListProjectsRequest.Builder Package Description com.oracle.bmc.ailanguage.requests -
-
Uses of ListProjectsRequest.Builder in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.requests that return ListProjectsRequest.Builder Modifier and Type Method Description static ListProjectsRequest.BuilderListProjectsRequest. builder()Return a new builder for this request object.ListProjectsRequest.BuilderListProjectsRequest.Builder. compartmentId(String compartmentId)The ID of the compartment in which to list resources.ListProjectsRequest.BuilderListProjectsRequest.Builder. copy(ListProjectsRequest o)Copy method to populate the builder with values from the given instance.ListProjectsRequest.BuilderListProjectsRequest.Builder. displayName(String displayName)A filter to return only resources that match the entire display name given.ListProjectsRequest.BuilderListProjectsRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListProjectsRequest.BuilderListProjectsRequest.Builder. lifecycleState(Project.LifecycleState lifecycleState)Filter results by the specified lifecycle state.
ListProjectsRequest.BuilderListProjectsRequest.Builder. limit(Integer limit)The maximum number of items to return.ListProjectsRequest.BuilderListProjectsRequest.Builder. opcRequestId(String opcRequestId)The client request ID for tracing.ListProjectsRequest.BuilderListProjectsRequest.Builder. page(String page)The page token representing the page at which to start retrieving results.ListProjectsRequest.BuilderListProjectsRequest.Builder. projectId(String projectId)The ID of the project for which to list the objects.ListProjectsRequest.BuilderListProjectsRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListProjectsRequest.BuilderListProjectsRequest.Builder. sortBy(ListProjectsRequest.SortBy sortBy)Specifies the field to sort by.ListProjectsRequest.BuilderListProjectsRequest.Builder. sortOrder(SortOrder sortOrder)The sort order to use, either ‘asc’ or ‘desc’.ListProjectsRequest.BuilderListProjectsRequest. toBuilder()Return an instance ofListProjectsRequest.Builderthat allows you to modify request properties.
-