congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ListCompartmentsRequest
Code IndexAdd Tabnine to your IDE (free)

How to use
ListCompartmentsRequest
in
com.oracle.bmc.identity.requests

Best Java code snippets using com.oracle.bmc.identity.requests.ListCompartmentsRequest (Showing top 4 results out of 315)

origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(ListCompartmentsRequest o) {
  compartmentId(o.getCompartmentId());
  page(o.getPage());
  limit(o.getLimit());
  accessLevel(o.getAccessLevel());
  compartmentIdInSubtree(o.getCompartmentIdInSubtree());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

  /**
   * Build the instance of ListCompartmentsRequest as configured by this builder
   *
   * Note that this method takes calls to {@link Builder#invocationCallback(com.oracle.bmc.util.internal.Consumer)} into account,
   * while the method {@link Builder#buildWithoutInvocationCallback} does not.
   *
   * This is the preferred method to build an instance.
   *
   * @return instance of ListCompartmentsRequest
   */
  public ListCompartmentsRequest build() {
    ListCompartmentsRequest request = buildWithoutInvocationCallback();
    request.setInvocationCallback(invocationCallback);
    return request;
  }
}
origin: oracle/oci-java-sdk

ListCompartmentsResponse response =
    identityClient.listCompartments(
        ListCompartmentsRequest.builder()
            .limit(3)
            .compartmentId(compartmentId)
ListCompartmentsResponse response =
    identityClient.listCompartments(
        ListCompartmentsRequest.builder()
            .limit(3)
            .compartmentId(compartmentId)
ListCompartmentsResponse response =
    identityClient.listCompartments(
        ListCompartmentsRequest.builder()
            .limit(3)
            .compartmentId(compartmentId)
ListCompartmentsResponse response =
    identityClient.listCompartments(
        ListCompartmentsRequest.builder()
            .limit(3)
            .compartmentId(compartmentId)
origin: oracle/oci-java-sdk

public static com.oracle.bmc.http.internal.WrappedInvocationBuilder fromRequest(
    com.oracle.bmc.http.internal.RestClient client, ListCompartmentsRequest request) {
  Validate.notNull(request, "request instance is required");
  Validate.notNull(request.getCompartmentId(), "compartmentId is required");
          "compartmentId",
          com.oracle.bmc.util.internal.HttpUtils.attemptEncodeQueryParam(
              request.getCompartmentId()));
  if (request.getPage() != null) {
    target =
        target.queryParam(
            "page",
            com.oracle.bmc.util.internal.HttpUtils.attemptEncodeQueryParam(
                request.getPage()));
  if (request.getLimit() != null) {
    target =
        target.queryParam(
            "limit",
            com.oracle.bmc.util.internal.HttpUtils.attemptEncodeQueryParam(
                request.getLimit()));
  if (request.getAccessLevel() != null) {
    target =
        target.queryParam(
            "accessLevel",
            com.oracle.bmc.util.internal.HttpUtils.attemptEncodeQueryParam(
                request.getAccessLevel().getValue()));
com.oracle.bmc.identity.requestsListCompartmentsRequest

Most used methods

  • builder
  • getAccessLevel
  • getCompartmentId
  • getCompartmentIdInSubtree
  • getInvocationCallback
  • getLimit
  • getPage
  • setInvocationCallback

Popular in Java

  • Making http requests using okhttp
  • setScale (BigDecimal)
  • findViewById (Activity)
  • scheduleAtFixedRate (Timer)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • JTextField (javax.swing)
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now