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

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

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






Schema (Admin SDK API directory_v1-rev20220125-1.32.1)












com.google.api.services.directory.model

Class Schema

    • Constructor Detail

      • Schema

        public Schema()
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        Display name for the schema.
        Returns:
        value or null for none
      • setDisplayName

        public Schema setDisplayName(String displayName)
        Display name for the schema.
        Parameters:
        displayName - displayName or null for none
      • getEtag

        public String getEtag()
        The ETag of the resource.
        Returns:
        value or null for none
      • setEtag

        public Schema setEtag(String etag)
        The ETag of the resource.
        Parameters:
        etag - etag or null for none
      • getFields

        public List<SchemaFieldSpec> getFields()
        A list of fields in the schema.
        Returns:
        value or null for none
      • setFields

        public Schema setFields(List<SchemaFieldSpec> fields)
        A list of fields in the schema.
        Parameters:
        fields - fields or null for none
      • getKind

        public String getKind()
        Kind of resource this is.
        Returns:
        value or null for none
      • setKind

        public Schema setKind(String kind)
        Kind of resource this is.
        Parameters:
        kind - kind or null for none
      • getSchemaId

        public String getSchemaId()
        The unique identifier of the schema (Read-only)
        Returns:
        value or null for none
      • setSchemaId

        public Schema setSchemaId(String schemaId)
        The unique identifier of the schema (Read-only)
        Parameters:
        schemaId - schemaId or null for none
      • getSchemaName

        public String getSchemaName()
        The schema's name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
        Returns:
        value or null for none
      • setSchemaName

        public Schema setSchemaName(String schemaName)
        The schema's name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
        Parameters:
        schemaName - schemaName or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy