Interface Vim

    • Method Detail

      • getId

        String getId()
        Returns:
        id : Unique identifier for the Vim.
      • getName

        String getName()
        Returns:
        name : Human readable name for the Vim (255 characters limit). Does not have to be unique.
      • getTenantId

        String getTenantId()
        Returns:
        tenantId : Owner of the Vim. Only an administrative user can specify a tenant ID other than its own.
      • getDescription

        String getDescription()
        Returns:
        description : Human readable description for the Vim (1024 characters limit).
      • getType

        String getType()
        Returns:
        type
      • isDefault

        Boolean isDefault()
        Returns:
        isDefault
      • getAuthUrl

        String getAuthUrl()
        Returns:
        authUrl
      • getAuthCredentials

        AuthCredentials getAuthCredentials()
        Returns:
        authCredentials
      • getVimProject

        VimProject getVimProject()
        Returns:
        vimProject