Class GetChildObjectsOptions.Builder

  • Enclosing class:
    GetChildObjectsOptions

    public static class GetChildObjectsOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String id,
                       java.lang.String kind)
        Instantiates a new builder with required properties.
        Parameters:
        id - the id
        kind - the kind
    • Method Detail

      • build

        public GetChildObjectsOptions build()
        Builds a GetChildObjectsOptions.
        Returns:
        the new GetChildObjectsOptions instance
      • id

        public GetChildObjectsOptions.Builder id​(java.lang.String id)
        Set the id.
        Parameters:
        id - the id
        Returns:
        the GetChildObjectsOptions builder
      • kind

        public GetChildObjectsOptions.Builder kind​(java.lang.String kind)
        Set the kind.
        Parameters:
        kind - the kind
        Returns:
        the GetChildObjectsOptions builder
      • account

        public GetChildObjectsOptions.Builder account​(java.lang.String account)
        Set the account.
        Parameters:
        account - the account
        Returns:
        the GetChildObjectsOptions builder
      • include

        public GetChildObjectsOptions.Builder include​(java.lang.String include)
        Set the include.
        Parameters:
        include - the include
        Returns:
        the GetChildObjectsOptions builder
      • sortBy

        public GetChildObjectsOptions.Builder sortBy​(java.lang.String sortBy)
        Set the sortBy.
        Parameters:
        sortBy - the sortBy
        Returns:
        the GetChildObjectsOptions builder
      • descending

        public GetChildObjectsOptions.Builder descending​(java.lang.String descending)
        Set the descending.
        Parameters:
        descending - the descending
        Returns:
        the GetChildObjectsOptions builder
      • languages

        public GetChildObjectsOptions.Builder languages​(java.lang.String languages)
        Set the languages.
        Parameters:
        languages - the languages
        Returns:
        the GetChildObjectsOptions builder
      • complete

        public GetChildObjectsOptions.Builder complete​(java.lang.Boolean complete)
        Set the complete.
        Parameters:
        complete - the complete
        Returns:
        the GetChildObjectsOptions builder
      • offset

        public GetChildObjectsOptions.Builder offset​(long offset)
        Set the offset.
        Parameters:
        offset - the offset
        Returns:
        the GetChildObjectsOptions builder
      • limit

        public GetChildObjectsOptions.Builder limit​(long limit)
        Set the limit.
        Parameters:
        limit - the limit
        Returns:
        the GetChildObjectsOptions builder