Package com.restfb.types.instagram
Class CopyrightCheckInformation.Status
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.instagram.CopyrightCheckInformation.Status
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CopyrightCheckInformation
public static class CopyrightCheckInformation.Status extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Status()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getMatchesFound()
String
getStatus()
void
setMatchesFound(Boolean matchesFound)
void
setStatus(String status)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Status
public Status()
-
-
Method Detail
-
getMatchesFound
public Boolean getMatchesFound()
-
setMatchesFound
public void setMatchesFound(Boolean matchesFound)
-
-