Class PartnerAPIOperationModifySNICertificate
This class represents the modifySNICertificate WSDL operation.
It is based on the PartnerAPIOperation class and derives some properties and
methods from that class.
-
PartnerAPIOperation
-
PartnerAPIOperationModifySNICertificate
Methods summary
public
|
#
__construct( )
The constructor.
It initializes input and output data.
|
public
PartnerAPIOperationModifySNICertificate
|
#
setSerialNumber( string $serialNumber )
Sets a serial number for the request.
Sets a serial number for the request.
It is required to set a serial number or a X509 certificate.
Parameters
- $serialNumber
string $serialNumber
Returns
|
public
PartnerAPIOperationModifySNICertificate
|
#
setX509Cert( string $X509Cert )
Sets a X509 certificate for the request.
Sets a X509 certificate for the request.
It is required to set a serial number or a X509 certificate.
Parameters
- $X509Cert
string $X509Cert
Returns
|
public
PartnerAPIOperationModifySNICertificate
|
#
addAddedSerialNumber( string|string[] $serialNumber )
Adds a added serial number to the operation's data.
Adds a added serial number to the operation's data.
The $serialNumber argument is a string containing a serial number. It can
also be an array of such strings. This method can be invoked several times and
all passed serial numbers will be added to the existing set of serial
numbers.
Parameters
- $serialNumber
string|string[] $serialNumber
Returns
|
public
PartnerAPIOperationModifySNICertificate
|
#
addRemovedSerialNumber( string|string[] $serialNumber )
Adds a removed serial number to the operation's data.
Adds a removed serial number to the operation's data.
The $serialNumber argument is a string containing a serial number. It can
also be an array of such strings. This method can be invoked several times and
all passed serial numbers will be added to the existing set of serial
numbers.
Parameters
- $serialNumber
string|string[] $serialNumber
Returns
|
public
PartnerAPIOperationModifySNICertificate
|
#
setHashAlgorithm( string $hashAlgorithm )
Sets a hash algorithm for the request.
Sets a hash algorithm for the request.
Parameters
- $hashAlgorithm
string $hashAlgorithm
Returns
|
public
string
|
#
getOrderID( )
Gets an order ID returned in a response.
Gets an order ID returned in a response.
Returns
string
|
public
string[]
|
#
getInvalidSerialNumbers( )
Returns invalid serial numbers contained in a response.
Returns invalid serial numbers contained in a response.
This method always returns an array. If there is no invalid serial number in
a response an empty array is returned. Otherwise, an array with one or more
invalid serial numbers is returned.
Returns
string[]
|
Methods inherited from PartnerAPIOperation
call(),
getErrorTexts(),
getErrors(),
getInputDataAsArray(),
getOutputDataAsArray(),
getResponseHeader(),
getResponseMessage(),
getResponseTimeLocal(),
getService(),
isSuccess(),
setService()
|