All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.integrations.v1alpha.Integrations.Projects.Locations.SfdcInstances.html Maven / Gradle / Ivy







Integrations.Projects.Locations.SfdcInstances (Application Integration API v1alpha-rev20230117-2.0.0)












com.google.api.services.integrations.v1alpha

Class Integrations.Projects.Locations.SfdcInstances

  • java.lang.Object
    • com.google.api.services.integrations.v1alpha.Integrations.Projects.Locations.SfdcInstances
    • Constructor Detail

      • SfdcInstances

        public SfdcInstances()
    • Method Detail

      • delete

        public Integrations.Projects.Locations.SfdcInstances.Delete delete(String name)
                                                                    throws IOException
        Deletes an sfdc instance. Create a request for the method "sfdcInstances.delete". This request holds the parameters needed by the integrations server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The name that is associated with the SfdcInstance.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Integrations.Projects.Locations.SfdcInstances.Get get(String name)
                                                              throws IOException
        Gets an sfdc instance. If the instance doesn't exist, Code.NOT_FOUND exception will be thrown. Create a request for the method "sfdcInstances.get". This request holds the parameters needed by the integrations server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The name that is associated with the SfdcInstance.
        Returns:
        the request
        Throws:
        IOException
      • list

        public Integrations.Projects.Locations.SfdcInstances.List list(String parent)
                                                                throws IOException
        Lists all sfdc instances that match the filter. Restrict to sfdc instances belonging to the current client only. Create a request for the method "sfdcInstances.list". This request holds the parameters needed by the integrations server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. The client, which owns this collection of SfdcInstances.
        Returns:
        the request
        Throws:
        IOException
      • sfdcChannels

        public Integrations.Projects.Locations.SfdcInstances.SfdcChannels sfdcChannels()
        An accessor for creating requests from the SfdcChannels collection.

        The typical use is:

            Integrations integrations = new Integrations(...);
            Integrations.SfdcChannels.List request = integrations.sfdcChannels().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy