Class CertificateCancelDeletionHeaders
- java.lang.Object
-
- com.microsoft.azure.management.batch.CertificateCancelDeletionHeaders
-
public class CertificateCancelDeletionHeaders extends Object
Defines headers for CancelDeletion operation.
-
-
Constructor Summary
Constructors Constructor Description CertificateCancelDeletionHeaders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringeTag()Get the eTag value.CertificateCancelDeletionHeaderswithETag(String eTag)Set the eTag value.
-
-
-
Method Detail
-
eTag
public String eTag()
Get the eTag value.- Returns:
- the eTag value
-
withETag
public CertificateCancelDeletionHeaders withETag(String eTag)
Set the eTag value.- Parameters:
eTag- the eTag value to set- Returns:
- the CertificateCancelDeletionHeaders object itself.
-
-