Interface ImportFacebookFriendsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The Facebook account details.
    The Facebook account details.
    Reset the current user's friends list.
    Reset the current user's friends list.
    boolean
    The Facebook account details.
    boolean
    Reset the current user's friends list.

    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;
    • hasReset

      boolean hasReset()
       Reset the current user's friends list.
       
      .google.protobuf.BoolValue reset = 2;
      Returns:
      Whether the reset field is set.
    • getReset

      BoolValue getReset()
       Reset the current user's friends list.
       
      .google.protobuf.BoolValue reset = 2;
      Returns:
      The reset.
    • getResetOrBuilder

      BoolValueOrBuilder getResetOrBuilder()
       Reset the current user's friends list.
       
      .google.protobuf.BoolValue reset = 2;