basic

package
v0.1.0-alpha.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2024 License: MIT Imports: 19 Imported by: 1

Documentation

Index

Constants

View Source
const ServiceVersion = "2.16.0"

Variables

View Source
var SDKVersion string

Functions

func GetUserAgent

func GetUserAgent() string

func NewBasicClient

func NewBasicClient(configRepository repository.ConfigRepository) *basicclient.JusticeBasicService

Types

type AnonymizationService

type AnonymizationService struct {
	Client           *basicclient.JusticeBasicService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AnonymizationService) AnonymizeUserProfile deprecated

func (aaa *AnonymizationService) AnonymizeUserProfile(input *anonymization.AnonymizeUserProfileParams) error

Deprecated: 2022-01-10 - Please use AnonymizeUserProfileShort instead.

func (*AnonymizationService) AnonymizeUserProfileShort

func (aaa *AnonymizationService) AnonymizeUserProfileShort(input *anonymization.AnonymizeUserProfileParams) error

func (*AnonymizationService) GetAuthSession

func (aaa *AnonymizationService) GetAuthSession() auth.Session

func (*AnonymizationService) UpdateFlightId

func (aaa *AnonymizationService) UpdateFlightId(flightId string)

type ConfigService

type ConfigService struct {
	Client           *basicclient.JusticeBasicService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*ConfigService) CreateConfig deprecated

Deprecated: 2022-01-10 - Please use CreateConfigShort instead.

func (*ConfigService) CreateConfigShort

func (aaa *ConfigService) CreateConfigShort(input *config.CreateConfigParams) (*basicclientmodels.ConfigInfo, error)

func (*ConfigService) DeleteConfig1 deprecated

func (aaa *ConfigService) DeleteConfig1(input *config.DeleteConfig1Params) error

Deprecated: 2022-01-10 - Please use DeleteConfig1Short instead.

func (*ConfigService) DeleteConfig1Short

func (aaa *ConfigService) DeleteConfig1Short(input *config.DeleteConfig1Params) error

func (*ConfigService) GetAuthSession

func (aaa *ConfigService) GetAuthSession() auth.Session

func (*ConfigService) GetConfig1 deprecated

Deprecated: 2022-01-10 - Please use GetConfig1Short instead.

func (*ConfigService) GetConfig1Short

func (aaa *ConfigService) GetConfig1Short(input *config.GetConfig1Params) (*basicclientmodels.ConfigInfo, error)

func (*ConfigService) GetPublisherConfig deprecated

func (aaa *ConfigService) GetPublisherConfig(input *config.GetPublisherConfigParams) (*basicclientmodels.ConfigInfo, error)

Deprecated: 2022-01-10 - Please use GetPublisherConfigShort instead.

func (*ConfigService) GetPublisherConfigShort

func (aaa *ConfigService) GetPublisherConfigShort(input *config.GetPublisherConfigParams) (*basicclientmodels.ConfigInfo, error)

func (*ConfigService) UpdateConfig1 deprecated

Deprecated: 2022-01-10 - Please use UpdateConfig1Short instead.

func (*ConfigService) UpdateConfig1Short

func (aaa *ConfigService) UpdateConfig1Short(input *config.UpdateConfig1Params) (*basicclientmodels.ConfigInfo, error)

func (*ConfigService) UpdateFlightId

func (aaa *ConfigService) UpdateFlightId(flightId string)

type EQU8ConfigService

type EQU8ConfigService struct {
	Client           *basicclient.JusticeBasicService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*EQU8ConfigService) DeleteConfig deprecated

func (aaa *EQU8ConfigService) DeleteConfig(input *equ8_config.DeleteConfigParams) error

Deprecated: 2022-01-10 - Please use DeleteConfigShort instead.

func (*EQU8ConfigService) DeleteConfigShort

func (aaa *EQU8ConfigService) DeleteConfigShort(input *equ8_config.DeleteConfigParams) error

func (*EQU8ConfigService) GetAuthSession

func (aaa *EQU8ConfigService) GetAuthSession() auth.Session

func (*EQU8ConfigService) GetConfig deprecated

Deprecated: 2022-01-10 - Please use GetConfigShort instead.

func (*EQU8ConfigService) GetConfigShort

func (*EQU8ConfigService) UpdateConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateConfigShort instead.

func (*EQU8ConfigService) UpdateConfigShort

func (*EQU8ConfigService) UpdateFlightId

func (aaa *EQU8ConfigService) UpdateFlightId(flightId string)

type FileUploadService

type FileUploadService struct {
	Client           *basicclient.JusticeBasicService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*FileUploadService) GeneratedUploadURL deprecated

Deprecated: 2022-01-10 - Please use GeneratedUploadURLShort instead.

func (*FileUploadService) GeneratedUploadURLShort

func (*FileUploadService) GeneratedUserUploadContentURL deprecated

Deprecated: 2022-01-10 - Please use GeneratedUserUploadContentURLShort instead.

func (*FileUploadService) GeneratedUserUploadContentURLShort

func (*FileUploadService) GetAuthSession

func (aaa *FileUploadService) GetAuthSession() auth.Session

func (*FileUploadService) PublicGeneratedUploadURL deprecated

Deprecated: 2022-01-10 - Please use PublicGeneratedUploadURLShort instead.

func (*FileUploadService) PublicGeneratedUploadURLShort

func (*FileUploadService) PublicGeneratedUserUploadContentURL deprecated

Deprecated: 2022-01-10 - Please use PublicGeneratedUserUploadContentURLShort instead.

func (*FileUploadService) PublicGeneratedUserUploadContentURLShort

func (aaa *FileUploadService) PublicGeneratedUserUploadContentURLShort(input *file_upload.PublicGeneratedUserUploadContentURLParams) (*basicclientmodels.FileUploadURLInfo, error)

func (*FileUploadService) UpdateFlightId

func (aaa *FileUploadService) UpdateFlightId(flightId string)

type MiscService

type MiscService struct {
	Client           *basicclient.JusticeBasicService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*MiscService) AddCountryGroup deprecated

Deprecated: 2022-01-10 - Please use AddCountryGroupShort instead.

func (*MiscService) AddCountryGroupShort

func (*MiscService) DeleteCountryGroup deprecated

func (aaa *MiscService) DeleteCountryGroup(input *misc.DeleteCountryGroupParams) error

Deprecated: 2022-01-10 - Please use DeleteCountryGroupShort instead.

func (*MiscService) DeleteCountryGroupShort

func (aaa *MiscService) DeleteCountryGroupShort(input *misc.DeleteCountryGroupParams) error

func (*MiscService) GetAuthSession

func (aaa *MiscService) GetAuthSession() auth.Session

func (*MiscService) GetCountries deprecated

func (aaa *MiscService) GetCountries(input *misc.GetCountriesParams) ([]*basicclientmodels.CountryObject, error)

Deprecated: 2022-01-10 - Please use GetCountriesShort instead.

func (*MiscService) GetCountriesShort

func (aaa *MiscService) GetCountriesShort(input *misc.GetCountriesParams) ([]*basicclientmodels.CountryObject, error)

func (*MiscService) GetCountryGroups deprecated

Deprecated: 2022-01-10 - Please use GetCountryGroupsShort instead.

func (*MiscService) GetCountryGroupsShort

func (*MiscService) GetLanguages deprecated

func (aaa *MiscService) GetLanguages(input *misc.GetLanguagesParams) (map[string]interface{}, error)

Deprecated: 2022-01-10 - Please use GetLanguagesShort instead.

func (*MiscService) GetLanguagesShort

func (aaa *MiscService) GetLanguagesShort(input *misc.GetLanguagesParams) (map[string]interface{}, error)

func (*MiscService) GetTimeZones deprecated

func (aaa *MiscService) GetTimeZones(input *misc.GetTimeZonesParams) ([]string, error)

Deprecated: 2022-01-10 - Please use GetTimeZonesShort instead.

func (*MiscService) GetTimeZonesShort

func (aaa *MiscService) GetTimeZonesShort(input *misc.GetTimeZonesParams) ([]string, error)

func (*MiscService) PublicGetCountries deprecated

func (aaa *MiscService) PublicGetCountries(input *misc.PublicGetCountriesParams) ([]*basicclientmodels.CountryObject, error)

Deprecated: 2022-01-10 - Please use PublicGetCountriesShort instead.

func (*MiscService) PublicGetCountriesShort

func (aaa *MiscService) PublicGetCountriesShort(input *misc.PublicGetCountriesParams) ([]*basicclientmodels.CountryObject, error)

func (*MiscService) PublicGetLanguages deprecated

func (aaa *MiscService) PublicGetLanguages(input *misc.PublicGetLanguagesParams) (map[string]interface{}, error)

Deprecated: 2022-01-10 - Please use PublicGetLanguagesShort instead.

func (*MiscService) PublicGetLanguagesShort

func (aaa *MiscService) PublicGetLanguagesShort(input *misc.PublicGetLanguagesParams) (map[string]interface{}, error)

func (*MiscService) PublicGetTime deprecated

Deprecated: 2022-01-10 - Please use PublicGetTimeShort instead.

func (*MiscService) PublicGetTimeShort

func (*MiscService) PublicGetTimeZones deprecated

func (aaa *MiscService) PublicGetTimeZones(input *misc.PublicGetTimeZonesParams) ([]string, error)

Deprecated: 2022-01-10 - Please use PublicGetTimeZonesShort instead.

func (*MiscService) PublicGetTimeZonesShort

func (aaa *MiscService) PublicGetTimeZonesShort(input *misc.PublicGetTimeZonesParams) ([]string, error)

func (*MiscService) UpdateCountryGroup deprecated

Deprecated: 2022-01-10 - Please use UpdateCountryGroupShort instead.

func (*MiscService) UpdateCountryGroupShort

func (aaa *MiscService) UpdateCountryGroupShort(input *misc.UpdateCountryGroupParams) (*basicclientmodels.CountryGroupObject, error)

func (*MiscService) UpdateFlightId

func (aaa *MiscService) UpdateFlightId(flightId string)

type NamespaceService

type NamespaceService struct {
	Client           *basicclient.JusticeBasicService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*NamespaceService) ChangeNamespaceStatus deprecated

Deprecated: 2022-01-10 - Please use ChangeNamespaceStatusShort instead.

func (*NamespaceService) ChangeNamespaceStatusShort

func (aaa *NamespaceService) ChangeNamespaceStatusShort(input *namespace.ChangeNamespaceStatusParams) (*basicclientmodels.NamespaceInfo, error)

func (*NamespaceService) CreateNamespace deprecated

Deprecated: 2022-01-10 - Please use CreateNamespaceShort instead.

func (*NamespaceService) CreateNamespaceShort

func (*NamespaceService) DeleteNamespace deprecated

Deprecated: 2022-01-10 - Please use DeleteNamespaceShort instead.

func (*NamespaceService) DeleteNamespaceShort

func (*NamespaceService) GetAuthSession

func (aaa *NamespaceService) GetAuthSession() auth.Session

func (*NamespaceService) GetChildNamespaces deprecated

Deprecated: 2022-01-10 - Please use GetChildNamespacesShort instead.

func (*NamespaceService) GetChildNamespacesShort

func (aaa *NamespaceService) GetChildNamespacesShort(input *namespace.GetChildNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)

func (*NamespaceService) GetGameNamespaces deprecated

Deprecated: 2022-01-10 - Please use GetGameNamespacesShort instead.

func (*NamespaceService) GetGameNamespacesShort

func (aaa *NamespaceService) GetGameNamespacesShort(input *namespace.GetGameNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)

func (*NamespaceService) GetNamespace deprecated

Deprecated: 2022-01-10 - Please use GetNamespaceShort instead.

func (*NamespaceService) GetNamespaceContext deprecated

Deprecated: 2022-01-10 - Please use GetNamespaceContextShort instead.

func (*NamespaceService) GetNamespaceContextShort

func (*NamespaceService) GetNamespacePublisher deprecated

Deprecated: 2022-01-10 - Please use GetNamespacePublisherShort instead.

func (*NamespaceService) GetNamespacePublisherShort

func (*NamespaceService) GetNamespaceShort

func (*NamespaceService) GetNamespaces deprecated

Deprecated: 2022-01-10 - Please use GetNamespacesShort instead.

func (*NamespaceService) GetNamespacesShort

func (*NamespaceService) PublicGetNamespacePublisher deprecated

Deprecated: 2022-01-10 - Please use PublicGetNamespacePublisherShort instead.

func (*NamespaceService) PublicGetNamespacePublisherShort

func (*NamespaceService) PublicGetNamespaces deprecated

Deprecated: 2022-01-10 - Please use PublicGetNamespacesShort instead.

func (*NamespaceService) PublicGetNamespacesShort

func (aaa *NamespaceService) PublicGetNamespacesShort(input *namespace.PublicGetNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)

func (*NamespaceService) UpdateFlightId

func (aaa *NamespaceService) UpdateFlightId(flightId string)

func (*NamespaceService) UpdateNamespace deprecated

Deprecated: 2022-01-10 - Please use UpdateNamespaceShort instead.

func (*NamespaceService) UpdateNamespaceShort

type UserActionService

type UserActionService struct {
	Client           *basicclient.JusticeBasicService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*UserActionService) BanUsers deprecated

func (aaa *UserActionService) BanUsers(input *user_action.BanUsersParams) error

Deprecated: 2022-01-10 - Please use BanUsersShort instead.

func (*UserActionService) BanUsersShort

func (aaa *UserActionService) BanUsersShort(input *user_action.BanUsersParams) error

func (*UserActionService) GetActions deprecated

Deprecated: 2022-01-10 - Please use GetActionsShort instead.

func (*UserActionService) GetActionsShort

func (aaa *UserActionService) GetActionsShort(input *user_action.GetActionsParams) ([]*basicclientmodels.Action, error)

func (*UserActionService) GetAuthSession

func (aaa *UserActionService) GetAuthSession() auth.Session

func (*UserActionService) GetBannedUsers deprecated

Deprecated: 2022-01-10 - Please use GetBannedUsersShort instead.

func (*UserActionService) GetBannedUsersShort

func (*UserActionService) GetUserStatus deprecated

Deprecated: 2022-01-10 - Please use GetUserStatusShort instead.

func (*UserActionService) GetUserStatusShort

func (*UserActionService) PublicReportUser deprecated

func (aaa *UserActionService) PublicReportUser(input *user_action.PublicReportUserParams) error

Deprecated: 2022-01-10 - Please use PublicReportUserShort instead.

func (*UserActionService) PublicReportUserShort

func (aaa *UserActionService) PublicReportUserShort(input *user_action.PublicReportUserParams) error

func (*UserActionService) ReportUser deprecated

func (aaa *UserActionService) ReportUser(input *user_action.ReportUserParams) error

Deprecated: 2022-01-10 - Please use ReportUserShort instead.

func (*UserActionService) ReportUserShort

func (aaa *UserActionService) ReportUserShort(input *user_action.ReportUserParams) error

func (*UserActionService) UnBanUsers deprecated

func (aaa *UserActionService) UnBanUsers(input *user_action.UnBanUsersParams) error

Deprecated: 2022-01-10 - Please use UnBanUsersShort instead.

func (*UserActionService) UnBanUsersShort

func (aaa *UserActionService) UnBanUsersShort(input *user_action.UnBanUsersParams) error

func (*UserActionService) UpdateFlightId

func (aaa *UserActionService) UpdateFlightId(flightId string)

type UserProfileService

type UserProfileService struct {
	Client           *basicclient.JusticeBasicService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*UserProfileService) AdminGetUserProfilePublicInfoByIds deprecated

Deprecated: 2022-01-10 - Please use AdminGetUserProfilePublicInfoByIdsShort instead.

func (*UserProfileService) CreateMyProfile deprecated

Deprecated: 2022-01-10 - Please use CreateMyProfileShort instead.

func (*UserProfileService) CreateMyProfileShort

func (*UserProfileService) DeleteUserProfile deprecated

Deprecated: 2022-01-10 - Please use DeleteUserProfileShort instead.

func (*UserProfileService) DeleteUserProfileShort

func (*UserProfileService) GetAuthSession

func (aaa *UserProfileService) GetAuthSession() auth.Session

func (*UserProfileService) GetCustomAttributesInfo deprecated

func (aaa *UserProfileService) GetCustomAttributesInfo(input *user_profile.GetCustomAttributesInfoParams) (map[string]interface{}, error)

Deprecated: 2022-01-10 - Please use GetCustomAttributesInfoShort instead.

func (*UserProfileService) GetCustomAttributesInfoShort

func (aaa *UserProfileService) GetCustomAttributesInfoShort(input *user_profile.GetCustomAttributesInfoParams) (map[string]interface{}, error)

func (*UserProfileService) GetMyPrivateCustomAttributesInfo deprecated

func (aaa *UserProfileService) GetMyPrivateCustomAttributesInfo(input *user_profile.GetMyPrivateCustomAttributesInfoParams) (map[string]interface{}, error)

Deprecated: 2022-01-10 - Please use GetMyPrivateCustomAttributesInfoShort instead.

func (*UserProfileService) GetMyPrivateCustomAttributesInfoShort

func (aaa *UserProfileService) GetMyPrivateCustomAttributesInfoShort(input *user_profile.GetMyPrivateCustomAttributesInfoParams) (map[string]interface{}, error)

func (*UserProfileService) GetMyProfileInfo deprecated

Deprecated: 2022-01-10 - Please use GetMyProfileInfoShort instead.

func (*UserProfileService) GetMyProfileInfoShort

func (*UserProfileService) GetMyZipCode deprecated

Deprecated: 2022-01-10 - Please use GetMyZipCodeShort instead.

func (*UserProfileService) GetMyZipCodeShort

func (*UserProfileService) GetPrivateCustomAttributesInfo deprecated

func (aaa *UserProfileService) GetPrivateCustomAttributesInfo(input *user_profile.GetPrivateCustomAttributesInfoParams) (map[string]interface{}, error)

Deprecated: 2022-01-10 - Please use GetPrivateCustomAttributesInfoShort instead.

func (*UserProfileService) GetPrivateCustomAttributesInfoShort

func (aaa *UserProfileService) GetPrivateCustomAttributesInfoShort(input *user_profile.GetPrivateCustomAttributesInfoParams) (map[string]interface{}, error)

func (*UserProfileService) GetUserProfileInfo deprecated

Deprecated: 2022-01-10 - Please use GetUserProfileInfoShort instead.

func (*UserProfileService) GetUserProfileInfoByPublicID deprecated

Deprecated: 2022-01-10 - Please use GetUserProfileInfoByPublicIDShort instead.

func (*UserProfileService) GetUserProfileInfoByPublicIDShort

func (*UserProfileService) GetUserProfileInfoShort

func (*UserProfileService) PublicCreateUserProfile deprecated

Deprecated: 2022-01-10 - Please use PublicCreateUserProfileShort instead.

func (*UserProfileService) PublicCreateUserProfileShort

func (*UserProfileService) PublicGetCustomAttributesInfo deprecated

func (aaa *UserProfileService) PublicGetCustomAttributesInfo(input *user_profile.PublicGetCustomAttributesInfoParams) (map[string]interface{}, error)

Deprecated: 2022-01-10 - Please use PublicGetCustomAttributesInfoShort instead.

func (*UserProfileService) PublicGetCustomAttributesInfoShort

func (aaa *UserProfileService) PublicGetCustomAttributesInfoShort(input *user_profile.PublicGetCustomAttributesInfoParams) (map[string]interface{}, error)

func (*UserProfileService) PublicGetUserProfileInfo deprecated

Deprecated: 2022-01-10 - Please use PublicGetUserProfileInfoShort instead.

func (*UserProfileService) PublicGetUserProfileInfoByPublicID deprecated

Deprecated: 2022-01-10 - Please use PublicGetUserProfileInfoByPublicIDShort instead.

func (*UserProfileService) PublicGetUserProfileInfoShort

func (*UserProfileService) PublicGetUserProfilePublicInfo deprecated

Deprecated: 2022-01-10 - Please use PublicGetUserProfilePublicInfoShort instead.

func (*UserProfileService) PublicGetUserProfilePublicInfoByIds deprecated

Deprecated: 2022-01-10 - Please use PublicGetUserProfilePublicInfoByIdsShort instead.

func (*UserProfileService) PublicUpdateCustomAttributesPartially deprecated

func (aaa *UserProfileService) PublicUpdateCustomAttributesPartially(input *user_profile.PublicUpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)

Deprecated: 2022-01-10 - Please use PublicUpdateCustomAttributesPartiallyShort instead.

func (*UserProfileService) PublicUpdateCustomAttributesPartiallyShort

func (aaa *UserProfileService) PublicUpdateCustomAttributesPartiallyShort(input *user_profile.PublicUpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)

func (*UserProfileService) PublicUpdateUserProfile deprecated

Deprecated: 2022-01-10 - Please use PublicUpdateUserProfileShort instead.

func (*UserProfileService) PublicUpdateUserProfileShort

func (*UserProfileService) PublicUpdateUserProfileStatus deprecated

Deprecated: 2022-01-10 - Please use PublicUpdateUserProfileStatusShort instead.

func (*UserProfileService) PublicUpdateUserProfileStatusShort

func (*UserProfileService) UpdateCustomAttributesPartially deprecated

func (aaa *UserProfileService) UpdateCustomAttributesPartially(input *user_profile.UpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)

Deprecated: 2022-01-10 - Please use UpdateCustomAttributesPartiallyShort instead.

func (*UserProfileService) UpdateCustomAttributesPartiallyShort

func (aaa *UserProfileService) UpdateCustomAttributesPartiallyShort(input *user_profile.UpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)

func (*UserProfileService) UpdateFlightId

func (aaa *UserProfileService) UpdateFlightId(flightId string)

func (*UserProfileService) UpdateMyPrivateCustomAttributesPartially deprecated

func (aaa *UserProfileService) UpdateMyPrivateCustomAttributesPartially(input *user_profile.UpdateMyPrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)

Deprecated: 2022-01-10 - Please use UpdateMyPrivateCustomAttributesPartiallyShort instead.

func (*UserProfileService) UpdateMyPrivateCustomAttributesPartiallyShort

func (aaa *UserProfileService) UpdateMyPrivateCustomAttributesPartiallyShort(input *user_profile.UpdateMyPrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)

func (*UserProfileService) UpdateMyProfile deprecated

Deprecated: 2022-01-10 - Please use UpdateMyProfileShort instead.

func (*UserProfileService) UpdateMyProfileShort

func (*UserProfileService) UpdateMyZipCode deprecated

Deprecated: 2022-01-10 - Please use UpdateMyZipCodeShort instead.

func (*UserProfileService) UpdateMyZipCodeShort

func (*UserProfileService) UpdatePrivateCustomAttributesPartially deprecated

func (aaa *UserProfileService) UpdatePrivateCustomAttributesPartially(input *user_profile.UpdatePrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)

Deprecated: 2022-01-10 - Please use UpdatePrivateCustomAttributesPartiallyShort instead.

func (*UserProfileService) UpdatePrivateCustomAttributesPartiallyShort

func (aaa *UserProfileService) UpdatePrivateCustomAttributesPartiallyShort(input *user_profile.UpdatePrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)

func (*UserProfileService) UpdateUserProfile deprecated

Deprecated: 2022-01-10 - Please use UpdateUserProfileShort instead.

func (*UserProfileService) UpdateUserProfileShort

func (*UserProfileService) UpdateUserProfileStatus deprecated

Deprecated: 2022-01-10 - Please use UpdateUserProfileStatusShort instead.

func (*UserProfileService) UpdateUserProfileStatusShort

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL