Class TransportShipmentTypes


  • public final class TransportShipmentTypes
    extends com.azure.core.util.ExpandableStringEnum<TransportShipmentTypes>
    Defines values for TransportShipmentTypes.
    • Field Detail

      • CUSTOMER_MANAGED

        public static final TransportShipmentTypes CUSTOMER_MANAGED
        Static value CustomerManaged for TransportShipmentTypes.
      • MICROSOFT_MANAGED

        public static final TransportShipmentTypes MICROSOFT_MANAGED
        Static value MicrosoftManaged for TransportShipmentTypes.
    • Constructor Detail

      • TransportShipmentTypes

        public TransportShipmentTypes()
    • Method Detail

      • fromString

        public static TransportShipmentTypes fromString​(String name)
        Creates or finds a TransportShipmentTypes from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding TransportShipmentTypes.