Class ShareNetworkUpdateOptions


  • public class ShareNetworkUpdateOptions
    extends Object
    Options used to update a share network.
    Author:
    Daniel Gonzalez Nothnagel
    • Constructor Detail

      • ShareNetworkUpdateOptions

        public ShareNetworkUpdateOptions()
    • Method Detail

      • name

        public ShareNetworkUpdateOptions name​(String name)
        Update the share network name.
        Parameters:
        name - the share network name
        Returns:
        ShareNetworkUpdateOptions
      • description

        public ShareNetworkUpdateOptions description​(String description)
        Update the share network description.
        Parameters:
        description - the share network description
        Returns:
        ShareNetworkUpdateOptions
      • getName

        public String getName()
        Returns:
        the share network name
      • getDescription

        public String getDescription()
        Returns:
        the share network description