class ServiceAccessService

Constants

URI

URI_ACCESS_SUFFIX

Methods

__construct(ClientInterface$client)

No description

ResponseInterface
access(string$entryCode,ServiceAccessAction$serviceAccessAction)

No description

ResponseInterface
getServiceAccess(string$entryCode)

No description

ResponseInterface
changeServiceAccess(string$currentEntryCode,string$newEntryCode)

No description

Details

at line20
__construct(ClientInterface$client)

Parameters

ClientInterface $client

at line25
ResponseInterface access(string$entryCode,ServiceAccessAction$serviceAccessAction)

Parameters

string $entryCode
ServiceAccessAction $serviceAccessAction

Return Value

ResponseInterface

at line37
ResponseInterface getServiceAccess(string$entryCode)

Parameters

string $entryCode

Return Value

ResponseInterface

at line44
ResponseInterface changeServiceAccess(string$currentEntryCode,string$newEntryCode)

Parameters

string $currentEntryCode
string $newEntryCode

Return Value

ResponseInterface