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

target.apidocs.com.google.api.services.walletobjects.Walletobjects.Issuer.html Maven / Gradle / Ivy







Walletobjects.Issuer (Google Wallet API v1-rev20241017-2.0.0)












com.google.api.services.walletobjects

Class Walletobjects.Issuer

  • Enclosing class:
    Walletobjects


    public class Walletobjects.Issuer
    extends Object
    The "issuer" collection of methods.
    • Constructor Detail

      • Issuer

        public Issuer()
    • Method Detail

      • get

        public Walletobjects.Issuer.Get get(Long resourceId)
                                     throws IOException
        Returns the issuer with the given issuer ID. Create a request for the method "issuer.get". This request holds the parameters needed by the walletobjects server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        resourceId - The unique identifier for an issuer.
        Returns:
        the request
        Throws:
        IOException
      • insert

        public Walletobjects.Issuer.Insert insert(Issuer content)
                                           throws IOException
        Inserts an issuer with the given ID and properties. Create a request for the method "issuer.insert". This request holds the parameters needed by the walletobjects server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        content - the Issuer
        Returns:
        the request
        Throws:
        IOException
      • list

        public Walletobjects.Issuer.List list()
                                       throws IOException
        Returns a list of all issuers shared to the caller. Create a request for the method "issuer.list". This request holds the parameters needed by the walletobjects server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Returns:
        the request
        Throws:
        IOException
      • patch

        public Walletobjects.Issuer.Patch patch(Long resourceId,
                                                Issuer content)
                                         throws IOException
        Updates the issuer referenced by the given issuer ID. This method supports patch semantics. Create a request for the method "issuer.patch". This request holds the parameters needed by the walletobjects server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        resourceId - The unique identifier for an issuer.
        content - the Issuer
        Returns:
        the request
        Throws:
        IOException
      • update

        public Walletobjects.Issuer.Update update(Long resourceId,
                                                  Issuer content)
                                           throws IOException
        Updates the issuer referenced by the given issuer ID. Create a request for the method "issuer.update". This request holds the parameters needed by the walletobjects server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        resourceId - The unique identifier for an issuer.
        content - the Issuer
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy