Interface GatewayOuterClass.JobResultCorrectionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GatewayOuterClass.JobResultCorrections, GatewayOuterClass.JobResultCorrections.Builder
Enclosing class:
GatewayOuterClass

public static interface GatewayOuterClass.JobResultCorrectionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasAssignee

      boolean hasAssignee()
       The assignee of the task.
       
      optional string assignee = 1;
      Returns:
      Whether the assignee field is set.
    • getAssignee

      String getAssignee()
       The assignee of the task.
       
      optional string assignee = 1;
      Returns:
      The assignee.
    • getAssigneeBytes

      com.google.protobuf.ByteString getAssigneeBytes()
       The assignee of the task.
       
      optional string assignee = 1;
      Returns:
      The bytes for assignee.
    • hasDueDate

      boolean hasDueDate()
       The due date of the task.
       
      optional string dueDate = 2;
      Returns:
      Whether the dueDate field is set.
    • getDueDate

      String getDueDate()
       The due date of the task.
       
      optional string dueDate = 2;
      Returns:
      The dueDate.
    • getDueDateBytes

      com.google.protobuf.ByteString getDueDateBytes()
       The due date of the task.
       
      optional string dueDate = 2;
      Returns:
      The bytes for dueDate.
    • hasFollowUpDate

      boolean hasFollowUpDate()
       The follow-up date of the task.
       
      optional string followUpDate = 3;
      Returns:
      Whether the followUpDate field is set.
    • getFollowUpDate

      String getFollowUpDate()
       The follow-up date of the task.
       
      optional string followUpDate = 3;
      Returns:
      The followUpDate.
    • getFollowUpDateBytes

      com.google.protobuf.ByteString getFollowUpDateBytes()
       The follow-up date of the task.
       
      optional string followUpDate = 3;
      Returns:
      The bytes for followUpDate.
    • hasCandidateUsers

      boolean hasCandidateUsers()
       The list of candidate users of the task.
       
      optional .gateway_protocol.StringList candidateUsers = 4;
      Returns:
      Whether the candidateUsers field is set.
    • getCandidateUsers

      GatewayOuterClass.StringList getCandidateUsers()
       The list of candidate users of the task.
       
      optional .gateway_protocol.StringList candidateUsers = 4;
      Returns:
      The candidateUsers.
    • getCandidateUsersOrBuilder

      GatewayOuterClass.StringListOrBuilder getCandidateUsersOrBuilder()
       The list of candidate users of the task.
       
      optional .gateway_protocol.StringList candidateUsers = 4;
    • hasCandidateGroups

      boolean hasCandidateGroups()
       The list of candidate groups of the task.
       
      optional .gateway_protocol.StringList candidateGroups = 5;
      Returns:
      Whether the candidateGroups field is set.
    • getCandidateGroups

      GatewayOuterClass.StringList getCandidateGroups()
       The list of candidate groups of the task.
       
      optional .gateway_protocol.StringList candidateGroups = 5;
      Returns:
      The candidateGroups.
    • getCandidateGroupsOrBuilder

      GatewayOuterClass.StringListOrBuilder getCandidateGroupsOrBuilder()
       The list of candidate groups of the task.
       
      optional .gateway_protocol.StringList candidateGroups = 5;
    • hasPriority

      boolean hasPriority()
       The priority of the task.
       
      optional int32 priority = 6;
      Returns:
      Whether the priority field is set.
    • getPriority

      int getPriority()
       The priority of the task.
       
      optional int32 priority = 6;
      Returns:
      The priority.