Sdílet prostřednictvím


Recipe Class

public class Recipe extends CreativeWork

Defines a cooking recipe.

Method Summary

Modifier and Type Method and Description
String cookTime()

Get the cookTime value.

String prepTime()

Get the prepTime value.

String totalTime()

Get the totalTime value.

Inherited Members

Method Details

cookTime

public String cookTime()

Get the cookTime value.

Returns:

the cookTime value

prepTime

public String prepTime()

Get the prepTime value.

Returns:

the prepTime value

totalTime

public String totalTime()

Get the totalTime value.

Returns:

the totalTime value

Applies to