Class CreateShareOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(SharePrototype sharePrototype)
        Instantiates a new builder with required properties.
        Parameters:
        sharePrototype - the sharePrototype
    • Method Detail

      • build

        public CreateShareOptions build()
        Builds a CreateShareOptions.
        Returns:
        the new CreateShareOptions instance
      • sharePrototype

        public CreateShareOptions.Builder sharePrototype​(SharePrototype sharePrototype)
        Set the sharePrototype.
        Parameters:
        sharePrototype - the sharePrototype
        Returns:
        the CreateShareOptions builder