ConfigurationPolicyOperations Class

Implements

public class ConfigurationPolicyOperations extends BasePartnerComponent<Tuple<String,String>> implements IConfigurationPolicy

Implements operations that apply to configuration policy.

Constructor Summary

Constructor Description
ConfigurationPolicyOperations(IPartner rootPartnerOperations, String customerId, String policyId)

Initializes a new instance of the ConfigurationPolicyOperations class.

Method Summary

Modifier and Type Method and Description
void delete()

Deletes the configuration policy.

ConfigurationPolicy get()

Retrieves devices batch upload status of the customer.

ConfigurationPolicy patch(ConfigurationPolicy policy)

Patches the configuration policy.

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

ConfigurationPolicyOperations

public ConfigurationPolicyOperations(IPartner rootPartnerOperations, String customerId, String policyId)

Initializes a new instance of the ConfigurationPolicyOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - Identifier for the customer.
policyId - The policy identifier.

Method Details

delete

public void delete()

Deletes the configuration policy.

get

public ConfigurationPolicy get()

Retrieves devices batch upload status of the customer.

Returns:

Devices batch upload status.

patch

public ConfigurationPolicy patch(ConfigurationPolicy policy)

Patches the configuration policy.

Parameters:

policy - The policy to be updated.

Returns:

The updated configuration policy.

Applies to