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

target.apidocs.com.google.api.services.content.model.CarriersCarrier.html Maven / Gradle / Ivy

There is a newer version: v2.1-rev20241217-2.0.0
Show newest version






CarriersCarrier (Content API for Shopping v2-rev20210113-1.31.0)












com.google.api.services.content.model

Class CarriersCarrier

    • Constructor Detail

      • CarriersCarrier

        public CarriersCarrier()
    • Method Detail

      • getCountry

        public String getCountry()
        The CLDR country code of the carrier (e.g., "US"). Always present.
        Returns:
        value or null for none
      • setCountry

        public CarriersCarrier setCountry(String country)
        The CLDR country code of the carrier (e.g., "US"). Always present.
        Parameters:
        country - country or null for none
      • getName

        public String getName()
        The name of the carrier (e.g., `"UPS"`). Always present.
        Returns:
        value or null for none
      • setName

        public CarriersCarrier setName(String name)
        The name of the carrier (e.g., `"UPS"`). Always present.
        Parameters:
        name - name or null for none
      • getServices

        public List<String> getServices()
        A list of supported services (e.g., `"ground"`) for that carrier. Contains at least one service.
        Returns:
        value or null for none
      • setServices

        public CarriersCarrier setServices(List<String> services)
        A list of supported services (e.g., `"ground"`) for that carrier. Contains at least one service.
        Parameters:
        services - services or null for none

Copyright © 2011–2021 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy