Class View

java.lang.Object
com.aspose.tasks.cloud.model.View

public class View extends Object
Represents a view in Project
  • Constructor Details

    • View

      public View()
  • Method Details

    • showInMenu

      public View showInMenu(Boolean showInMenu)
    • isShowInMenu

      public Boolean isShowInMenu()
      Gets or sets a value indicating whether Microsoft Project shows the single view name in the View or the Other Views drop-down lists in the Ribbon
      Returns:
      showInMenu
    • setShowInMenu

      public void setShowInMenu(Boolean showInMenu)
    • type

      public View type(ItemType type)
    • getType

      public ItemType getType()
      Gets the type of item in the single view, such as tasks or resources. Read-only.
      Returns:
      type
    • setType

      public void setType(ItemType type)
    • screen

      public View screen(ViewScreen screen)
    • getScreen

      public ViewScreen getScreen()
      Gets the screen type for the single view. Read-only.
      Returns:
      screen
    • setScreen

      public void setScreen(ViewScreen screen)
    • name

      public View name(String name)
    • getName

      public String getName()
      Gets or sets the name of a view object.
      Returns:
      name
    • setName

      public void setName(String name)
    • uid

      public View uid(Integer uid)
    • getUid

      public Integer getUid()
      Gets the unique identifier of a view.
      Returns:
      uid
    • setUid

      public void setUid(Integer uid)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object