Package com.cognite.client.dto
Interface ExtractionPipeline.ContactOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExtractionPipeline.Contact,ExtractionPipeline.Contact.Builder
- Enclosing class:
- ExtractionPipeline
public static interface ExtractionPipeline.ContactOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEmail()optional string email = 2;com.google.protobuf.ByteStringgetEmailBytes()optional string email = 2;StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;StringgetRole()optional string role = 3;com.google.protobuf.ByteStringgetRoleBytes()optional string role = 3;booleangetSendNotification()bool send_notification = 4;booleanhasEmail()optional string email = 2;booleanhasName()optional string name = 1;booleanhasRole()optional string role = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()
optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;- Returns:
- The bytes for name.
-
hasEmail
boolean hasEmail()
optional string email = 2;- Returns:
- Whether the email field is set.
-
getEmail
String getEmail()
optional string email = 2;- Returns:
- The email.
-
getEmailBytes
com.google.protobuf.ByteString getEmailBytes()
optional string email = 2;- Returns:
- The bytes for email.
-
hasRole
boolean hasRole()
optional string role = 3;- Returns:
- Whether the role field is set.
-
getRole
String getRole()
optional string role = 3;- Returns:
- The role.
-
getRoleBytes
com.google.protobuf.ByteString getRoleBytes()
optional string role = 3;- Returns:
- The bytes for role.
-
getSendNotification
boolean getSendNotification()
bool send_notification = 4;- Returns:
- The sendNotification.
-
-