Package io.stigg.api.operations.type
Class UsageHistoryInput
- java.lang.Object
-
- io.stigg.api.operations.type.UsageHistoryInput
-
public class UsageHistoryInput extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUsageHistoryInput.Builder
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringcustomerRefIdcom.apollographql.apollo3.api.Optional<java.time.Instant>endDatecom.apollographql.apollo3.api.Optional<java.lang.String>environmentIdjava.lang.StringfeatureRefIdcom.apollographql.apollo3.api.Optional<MonthlyResetPeriodConfigInput>monthlyResetPeriodConfigurationcom.apollographql.apollo3.api.Optional<EntitlementResetPeriod>resetPeriodcom.apollographql.apollo3.api.Optional<java.lang.String>resourceRefIdjava.time.InstantstartDatecom.apollographql.apollo3.api.Optional<WeeklyResetPeriodConfigInput>weeklyResetPeriodConfigurationcom.apollographql.apollo3.api.Optional<YearlyResetPeriodConfigInput>yearlyResetPeriodConfiguration
-
Constructor Summary
Constructors Constructor Description UsageHistoryInput(java.lang.String customerRefId, com.apollographql.apollo3.api.Optional<java.time.Instant> endDate, com.apollographql.apollo3.api.Optional<java.lang.String> environmentId, java.lang.String featureRefId, com.apollographql.apollo3.api.Optional<MonthlyResetPeriodConfigInput> monthlyResetPeriodConfiguration, com.apollographql.apollo3.api.Optional<EntitlementResetPeriod> resetPeriod, com.apollographql.apollo3.api.Optional<java.lang.String> resourceRefId, java.time.Instant startDate, com.apollographql.apollo3.api.Optional<WeeklyResetPeriodConfigInput> weeklyResetPeriodConfiguration, com.apollographql.apollo3.api.Optional<YearlyResetPeriodConfigInput> yearlyResetPeriodConfiguration)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UsageHistoryInput.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
customerRefId
public final java.lang.String customerRefId
-
endDate
public final com.apollographql.apollo3.api.Optional<java.time.Instant> endDate
-
environmentId
public final com.apollographql.apollo3.api.Optional<java.lang.String> environmentId
-
featureRefId
public final java.lang.String featureRefId
-
monthlyResetPeriodConfiguration
public final com.apollographql.apollo3.api.Optional<MonthlyResetPeriodConfigInput> monthlyResetPeriodConfiguration
-
resetPeriod
public final com.apollographql.apollo3.api.Optional<EntitlementResetPeriod> resetPeriod
-
resourceRefId
public final com.apollographql.apollo3.api.Optional<java.lang.String> resourceRefId
-
startDate
public final java.time.Instant startDate
-
weeklyResetPeriodConfiguration
public final com.apollographql.apollo3.api.Optional<WeeklyResetPeriodConfigInput> weeklyResetPeriodConfiguration
-
yearlyResetPeriodConfiguration
public final com.apollographql.apollo3.api.Optional<YearlyResetPeriodConfigInput> yearlyResetPeriodConfiguration
-
-
Constructor Detail
-
UsageHistoryInput
public UsageHistoryInput(java.lang.String customerRefId, com.apollographql.apollo3.api.Optional<java.time.Instant> endDate, com.apollographql.apollo3.api.Optional<java.lang.String> environmentId, java.lang.String featureRefId, com.apollographql.apollo3.api.Optional<MonthlyResetPeriodConfigInput> monthlyResetPeriodConfiguration, com.apollographql.apollo3.api.Optional<EntitlementResetPeriod> resetPeriod, com.apollographql.apollo3.api.Optional<java.lang.String> resourceRefId, java.time.Instant startDate, com.apollographql.apollo3.api.Optional<WeeklyResetPeriodConfigInput> weeklyResetPeriodConfiguration, com.apollographql.apollo3.api.Optional<YearlyResetPeriodConfigInput> yearlyResetPeriodConfiguration)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static UsageHistoryInput.Builder builder()
-
-