Class ShareSnapshotPatch.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public ShareSnapshotPatch build()
        Builds a ShareSnapshotPatch.
        Returns:
        the new ShareSnapshotPatch instance
      • addUserTags

        public ShareSnapshotPatch.Builder addUserTags​(String userTags)
        Adds a new element to userTags.
        Parameters:
        userTags - the new element to be added
        Returns:
        the ShareSnapshotPatch builder
      • userTags

        public ShareSnapshotPatch.Builder userTags​(List<String> userTags)
        Set the userTags. Existing userTags will be replaced.
        Parameters:
        userTags - the userTags
        Returns:
        the ShareSnapshotPatch builder