java.lang.Object
com.azure.core.util.ExpandableStringEnum<SyncType>
com.azure.resourcemanager.automation.models.SyncType

public final class SyncType extends com.azure.core.util.ExpandableStringEnum<SyncType>
The sync type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SyncType
    Static value FullSync for SyncType.
    static final SyncType
    Static value PartialSync for SyncType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static SyncType
    Creates or finds a SyncType from its string representation.
    Gets known SyncType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • PARTIAL_SYNC

      public static final SyncType PARTIAL_SYNC
      Static value PartialSync for SyncType.
    • FULL_SYNC

      public static final SyncType FULL_SYNC
      Static value FullSync for SyncType.
  • Constructor Details

    • SyncType

      public SyncType()
  • Method Details

    • fromString

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

      public static Collection<SyncType> values()
      Gets known SyncType values.
      Returns:
      known SyncType values.