Interface UpdateUserContactInfoResponse.SuccessResponseOrBuilder

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

public static interface UpdateUserContactInfoResponse.SuccessResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .crm.UpdateUserContactInfoState update_user_contact_info_state = 2;
    int
    .crm.UpdateUserContactInfoState update_user_contact_info_state = 2;
    .crm.UserContact user_contact = 1;
    .crm.UserContact user_contact = 1;
    boolean
    .crm.UserContact user_contact = 1;

    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 Details

    • hasUserContact

      boolean hasUserContact()
      .crm.UserContact user_contact = 1;
      Returns:
      Whether the userContact field is set.
    • getUserContact

      UserContact getUserContact()
      .crm.UserContact user_contact = 1;
      Returns:
      The userContact.
    • getUserContactOrBuilder

      UserContactOrBuilder getUserContactOrBuilder()
      .crm.UserContact user_contact = 1;
    • getUpdateUserContactInfoStateValue

      int getUpdateUserContactInfoStateValue()
      .crm.UpdateUserContactInfoState update_user_contact_info_state = 2;
      Returns:
      The enum numeric value on the wire for updateUserContactInfoState.
    • getUpdateUserContactInfoState

      UpdateUserContactInfoState getUpdateUserContactInfoState()
      .crm.UpdateUserContactInfoState update_user_contact_info_state = 2;
      Returns:
      The updateUserContactInfoState.