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

target.apidocs.com.google.api.services.directory.model.DirectoryChromeosdevicesIssueCommandRequest.html Maven / Gradle / Ivy

There is a newer version: directory_v1-rev20240709-2.0.0
Show newest version






DirectoryChromeosdevicesIssueCommandRequest (Admin SDK API directory_v1-rev20220802-2.0.0)












com.google.api.services.directory.model

Class DirectoryChromeosdevicesIssueCommandRequest

    • Constructor Detail

      • DirectoryChromeosdevicesIssueCommandRequest

        public DirectoryChromeosdevicesIssueCommandRequest()
    • Method Detail

      • getCommandType

        public String getCommandType()
        The type of command.
        Returns:
        value or null for none
      • getPayload

        public String getPayload()
        The payload for the command, provide it only if command supports it. The following commands support adding payload: - SET_VOLUME: Payload is a stringified JSON object in the form: { "volume": 50 }. The volume has to be an integer in the range [0,100].
        Returns:
        value or null for none
      • setPayload

        public DirectoryChromeosdevicesIssueCommandRequest setPayload(String payload)
        The payload for the command, provide it only if command supports it. The following commands support adding payload: - SET_VOLUME: Payload is a stringified JSON object in the form: { "volume": 50 }. The volume has to be an integer in the range [0,100].
        Parameters:
        payload - payload or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy