Interface CaseClassificationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CaseClassification, CaseClassification.Builder

    public interface CaseClassificationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDisplayName()
      The display name of the classification.
      com.google.protobuf.ByteString getDisplayNameBytes()
      The display name of the classification.
      String getId()
      The unique ID for a classification.
      com.google.protobuf.ByteString getIdBytes()
      The unique ID for a classification.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getId

        String getId()
         The unique ID for a classification. Must be specified for case creation.
        
         To retrieve valid classification IDs for case creation, use
         `caseClassifications.search`.
         
        string id = 3;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         The unique ID for a classification. Must be specified for case creation.
        
         To retrieve valid classification IDs for case creation, use
         `caseClassifications.search`.
         
        string id = 3;
        Returns:
        The bytes for id.
      • getDisplayName

        String getDisplayName()
         The display name of the classification.
         
        string display_name = 4;
        Returns:
        The displayName.
      • getDisplayNameBytes

        com.google.protobuf.ByteString getDisplayNameBytes()
         The display name of the classification.
         
        string display_name = 4;
        Returns:
        The bytes for displayName.