Class InstructionInfo.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
      Constructor with parameters for the required properties of InstructionInfo.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      InstructionInfo build()  
      InstructionInfo.Builder setActions​(java.util.List<java.lang.String> actions)
      A list of actions that are to be applied to resources This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      InstructionInfo.Builder setFields​(java.util.List<java.lang.String> fields)
      A list of fields that are displayable to users in a table This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      InstructionInfo.Builder setId​(java.lang.String id)
      UUID of the instruction This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      InstructionInfo.Builder setName​(java.lang.String name)
      Instruction name This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of InstructionInfo.
    • Method Detail

      • setActions

        public InstructionInfo.Builder setActions​(java.util.List<java.lang.String> actions)
        A list of actions that are to be applied to resources This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        actions - New value for the property.
      • setFields

        public InstructionInfo.Builder setFields​(java.util.List<java.lang.String> fields)
        A list of fields that are displayable to users in a table This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        fields - New value for the property.
      • setId

        public InstructionInfo.Builder setId​(java.lang.String id)
        UUID of the instruction This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        id - New value for the property.
      • setName

        public InstructionInfo.Builder setName​(java.lang.String name)
        Instruction name This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        name - New value for the property.