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

target.apidocs.com.google.api.services.webfonts.model.Webfont.html Maven / Gradle / Ivy







Webfont (Web Fonts Developer API v1-rev20200819-1.32.1)












com.google.api.services.webfonts.model

Class Webfont

    • Constructor Detail

      • Webfont

        public Webfont()
    • Method Detail

      • getCategory

        public String getCategory()
        The category of the font.
        Returns:
        value or null for none
      • setCategory

        public Webfont setCategory(String category)
        The category of the font.
        Parameters:
        category - category or null for none
      • getFamily

        public String getFamily()
        The name of the font.
        Returns:
        value or null for none
      • setFamily

        public Webfont setFamily(String family)
        The name of the font.
        Parameters:
        family - family or null for none
      • getFiles

        public Map<String,String> getFiles()
        The font files (with all supported scripts) for each one of the available variants, as a key : value map.
        Returns:
        value or null for none
      • setFiles

        public Webfont setFiles(Map<String,String> files)
        The font files (with all supported scripts) for each one of the available variants, as a key : value map.
        Parameters:
        files - files or null for none
      • getKind

        public String getKind()
        This kind represents a webfont object in the webfonts service.
        Returns:
        value or null for none
      • setKind

        public Webfont setKind(String kind)
        This kind represents a webfont object in the webfonts service.
        Parameters:
        kind - kind or null for none
      • getLastModified

        public String getLastModified()
        The date (format "yyyy-MM-dd") the font was modified for the last time.
        Returns:
        value or null for none
      • setLastModified

        public Webfont setLastModified(String lastModified)
        The date (format "yyyy-MM-dd") the font was modified for the last time.
        Parameters:
        lastModified - lastModified or null for none
      • getSubsets

        public List<String> getSubsets()
        The scripts supported by the font.
        Returns:
        value or null for none
      • setSubsets

        public Webfont setSubsets(List<String> subsets)
        The scripts supported by the font.
        Parameters:
        subsets - subsets or null for none
      • getVariants

        public List<String> getVariants()
        The available variants for the font.
        Returns:
        value or null for none
      • setVariants

        public Webfont setVariants(List<String> variants)
        The available variants for the font.
        Parameters:
        variants - variants or null for none
      • getVersion

        public String getVersion()
        The font version.
        Returns:
        value or null for none
      • setVersion

        public Webfont setVersion(String version)
        The font version.
        Parameters:
        version - version or null for none

Copyright © 2011–2021 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy