Class Minute
java.lang.Object
com.azure.resourcemanager.storagemover.models.Minute
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<Integer>
The minute element of the time. Allowed values are 0 and 30. If not specified, its value defaults to 0.
-
Field Details
-
ZERO
Static value 0 for Minute. -
THREE_ZERO
Static value 30 for Minute.
-
-
Method Details
-
fromValue
Creates or finds a Minute.- Parameters:
value- a value to look for.- Returns:
- the corresponding Minute.
-
values
Gets known Minute values.- Returns:
- Known Minute values.
-
getValue
Gets the value of the Minute instance.- Specified by:
getValuein interfacecom.azure.core.util.ExpandableEnum<Integer>- Returns:
- the value of the Minute instance.
-
toString
-
equals
-
hashCode
public int hashCode()
-