Class NotebookAccessTokenResultInner


  • public final class NotebookAccessTokenResultInner
    extends Object
    The NotebookAccessTokenResult model.
    • Constructor Detail

      • NotebookAccessTokenResultInner

        public NotebookAccessTokenResultInner()
    • Method Detail

      • notebookResourceId

        public String notebookResourceId()
        Get the notebookResourceId property: The notebookResourceId property.
        Returns:
        the notebookResourceId value.
      • hostname

        public String hostname()
        Get the hostname property: The hostName property.
        Returns:
        the hostname value.
      • publicDns

        public String publicDns()
        Get the publicDns property: The publicDns property.
        Returns:
        the publicDns value.
      • accessToken

        public String accessToken()
        Get the accessToken property: The accessToken property.
        Returns:
        the accessToken value.
      • tokenType

        public String tokenType()
        Get the tokenType property: The tokenType property.
        Returns:
        the tokenType value.
      • expiresIn

        public Integer expiresIn()
        Get the expiresIn property: The expiresIn property.
        Returns:
        the expiresIn value.
      • refreshToken

        public String refreshToken()
        Get the refreshToken property: The refreshToken property.
        Returns:
        the refreshToken value.
      • scope

        public String scope()
        Get the scope property: The scope property.
        Returns:
        the scope value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.