Interface LinkFacebookRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The Facebook account details.
    The Facebook account details.
    Import Facebook friends for the user.
    Import Facebook friends for the user.
    boolean
    The Facebook account details.
    boolean
    Import Facebook friends for the user.

    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

    • hasAccount

      boolean hasAccount()
       The Facebook account details.
       
      .nakama.api.AccountFacebook account = 1;
      Returns:
      Whether the account field is set.
    • getAccount

      AccountFacebook getAccount()
       The Facebook account details.
       
      .nakama.api.AccountFacebook account = 1;
      Returns:
      The account.
    • getAccountOrBuilder

      AccountFacebookOrBuilder getAccountOrBuilder()
       The Facebook account details.
       
      .nakama.api.AccountFacebook account = 1;
    • hasSync

      boolean hasSync()
       Import Facebook friends for the user.
       
      .google.protobuf.BoolValue sync = 4;
      Returns:
      Whether the sync field is set.
    • getSync

      BoolValue getSync()
       Import Facebook friends for the user.
       
      .google.protobuf.BoolValue sync = 4;
      Returns:
      The sync.
    • getSyncOrBuilder

      BoolValueOrBuilder getSyncOrBuilder()
       Import Facebook friends for the user.
       
      .google.protobuf.BoolValue sync = 4;