All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dell.cpsd.identity.service.api.client.DescribeElementsCriteria Maven / Gradle / Ivy

The newest version!
/**
 * Copyright © 2017 Dell Inc. or its subsidiaries.  All Rights Reserved.
 * Dell EMC Confidential/Proprietary Information
 */

package com.dell.cpsd.identity.service.api.client;

import java.util.List;

/**
 * 

* Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved. *

* * @since 1.0 */ public class DescribeElementsCriteria { private final List elementUuids; public DescribeElementsCriteria(List elementUuids) { this.elementUuids = elementUuids; } public List getElementUuid() { return elementUuids; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy