Class ListPortfolioAccessRequest

    • Method Detail

      • acceptLanguage

        public final String acceptLanguage()

        The language code.

        • jp - Japanese

        • zh - Chinese

        Returns:
        The language code.

        • jp - Japanese

        • zh - Chinese

      • portfolioId

        public final String portfolioId()

        The portfolio identifier.

        Returns:
        The portfolio identifier.
      • organizationParentId

        public final String organizationParentId()

        The ID of an organization node the portfolio is shared with. All children of this node with an inherited portfolio share will be returned.

        Returns:
        The ID of an organization node the portfolio is shared with. All children of this node with an inherited portfolio share will be returned.
      • pageToken

        public final String pageToken()

        The page token for the next set of results. To retrieve the first set of results, use null.

        Returns:
        The page token for the next set of results. To retrieve the first set of results, use null.
      • pageSize

        public final Integer pageSize()

        The maximum number of items to return with this call.

        Returns:
        The maximum number of items to return with this call.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object