public class Trigger extends Object
| Constructor and Description |
|---|
Trigger() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
daysBeforeExpiry()
Get the daysBeforeExpiry value.
|
Integer |
lifetimePercentage()
Get the lifetimePercentage value.
|
Trigger |
withDaysBeforeExpiry(Integer daysBeforeExpiry)
Set the daysBeforeExpiry value.
|
Trigger |
withLifetimePercentage(Integer lifetimePercentage)
Set the lifetimePercentage value.
|
public Integer lifetimePercentage()
public Trigger withLifetimePercentage(Integer lifetimePercentage)
lifetimePercentage - the lifetimePercentage value to setpublic Integer daysBeforeExpiry()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/