Uses of Class
ch.brix.gql.client.frontify.enums.AssetStatusType
-
Packages that use AssetStatusType Package Description ch.brix.gql.client.frontify.enums ch.brix.gql.client.frontify.interfaces -
-
Uses of AssetStatusType in ch.brix.gql.client.frontify.enums
Methods in ch.brix.gql.client.frontify.enums that return AssetStatusType Modifier and Type Method Description static AssetStatusTypeAssetStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssetStatusType[]AssetStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AssetStatusType in ch.brix.gql.client.frontify.interfaces
Methods in ch.brix.gql.client.frontify.interfaces that return AssetStatusType Modifier and Type Method Description AssetStatusTypeAsset. getStatus()Represents the conversion status of the `Asset`.
-