Interface LogicmoduleMessages.GetDataContractIDsOfApplicantRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getApplicantID()
      string applicantID = 1;
      com.google.protobuf.ByteString getApplicantIDBytes()
      string applicantID = 1;
      CommonMessages.Credential getCredential()
      .dataclay.communication.grpc.common.Credential credential = 2;
      CommonMessages.CredentialOrBuilder getCredentialOrBuilder()
      .dataclay.communication.grpc.common.Credential credential = 2;
      boolean hasCredential()
      .dataclay.communication.grpc.common.Credential credential = 2;
      • 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

      • getApplicantID

        String getApplicantID()
        string applicantID = 1;
        Returns:
        The applicantID.
      • getApplicantIDBytes

        com.google.protobuf.ByteString getApplicantIDBytes()
        string applicantID = 1;
        Returns:
        The bytes for applicantID.
      • hasCredential

        boolean hasCredential()
        .dataclay.communication.grpc.common.Credential credential = 2;
        Returns:
        Whether the credential field is set.
      • getCredential

        CommonMessages.Credential getCredential()
        .dataclay.communication.grpc.common.Credential credential = 2;
        Returns:
        The credential.