@Structure.FieldOrder(value={"ApiVersion","LocalUserId","AccountIdType","TargetExternalUserId"})
public class EOS_Connect_GetExternalAccountMappingsOptions
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Connect_GetExternalAccountMappingsOptions.ByReference |
static class |
EOS_Connect_GetExternalAccountMappingsOptions.ByValue |
| Modifier and Type | Field and Description |
|---|---|
EOS_EExternalAccountType |
AccountIdType
External auth service supplying the account IDs in string form.
|
int |
ApiVersion
API Version: Set this to
EOS_CONNECT_GETEXTERNALACCOUNTMAPPING_API_LATEST. |
static int |
EOS_CONNECT_GETEXTERNALACCOUNTMAPPING_API_LATEST
The most recent version of the EOS_Connect_GetExternalAccountMapping API.
|
EOS_ProductUserId |
LocalUserId
The Product User ID of the existing, logged-in user who is querying account mappings.
|
java.lang.String |
TargetExternalUserId
Target user to retrieve the mapping for, as an external account ID.
|
| Constructor and Description |
|---|
EOS_Connect_GetExternalAccountMappingsOptions() |
EOS_Connect_GetExternalAccountMappingsOptions(com.sun.jna.Pointer peer) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic static int EOS_CONNECT_GETEXTERNALACCOUNTMAPPING_API_LATEST
public int ApiVersion
EOS_CONNECT_GETEXTERNALACCOUNTMAPPING_API_LATEST.public EOS_ProductUserId LocalUserId
public EOS_EExternalAccountType AccountIdType
public java.lang.String TargetExternalUserId