Type Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. Type
- com.
- com.
public final class Type
extends ExpandableStringEnum<Type>
The week index. Specifies on which week of the month the dayOfWeek applies.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final Type |
FIRST
First week of the month. |
| static final Type |
FOURTH
Fourth week of the month. |
| static final Type |
LAST
Last week of the month. |
| static final Type |
SECOND
Second week of the month. |
| static final Type |
THIRD
Third week of the month. |
Constructor Summary
| Constructor | Description |
|---|---|
| Type() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Type value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Type |
fromString(String name)
Creates or finds a Type from its string representation. |
| static Collection<Type> |
values()
Gets known Type values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FIRST
public static final Type FIRST
First week of the month.
FOURTH
public static final Type FOURTH
Fourth week of the month.
LAST
public static final Type LAST
Last week of the month.
SECOND
public static final Type SECOND
Second week of the month.
THIRD
public static final Type THIRD
Third week of the month.
Constructor Details
Type
@Deprecated
public Type()
Deprecated
Creates a new instance of Type value.
Method Details
fromString
public static Type fromString(String name)
Creates or finds a Type from its string representation.
Parameters:
Returns:
values
public static Collection<Type> values()
Gets known Type values.
Returns: