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

target.apidocs.com.google.api.services.androidenterprise.model.WebAppIcon.html Maven / Gradle / Ivy

The newest version!






WebAppIcon (Google Play EMM API v1-rev20241113-2.0.0)












com.google.api.services.androidenterprise.model

Class WebAppIcon

    • Constructor Detail

      • WebAppIcon

        public WebAppIcon()
    • Method Detail

      • getImageData

        public String getImageData()
        The actual bytes of the image in a base64url encoded string (c.f. RFC4648, section 5 "Base 64 Encoding with URL and Filename Safe Alphabet"). - The image type can be png or jpg. - The image should ideally be square. - The image should ideally have a size of 512x512.
        Returns:
        value or null for none
      • setImageData

        public WebAppIcon setImageData(String imageData)
        The actual bytes of the image in a base64url encoded string (c.f. RFC4648, section 5 "Base 64 Encoding with URL and Filename Safe Alphabet"). - The image type can be png or jpg. - The image should ideally be square. - The image should ideally have a size of 512x512.
        Parameters:
        imageData - imageData or null for none
      • set

        public WebAppIcon set(String fieldName,
                              Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public WebAppIcon clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy