Class Copyright
- java.lang.Object
-
- com.wrapper.spotify.model_objects.AbstractModelObject
-
- com.wrapper.spotify.model_objects.specification.Copyright
-
- All Implemented Interfaces:
IModelObject
public class Copyright extends AbstractModelObject
Retrieve information about Copyright objects by building instances from this class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCopyright.BuilderBuilder class for buildingCopyrightinstances.static classCopyright.JsonUtilJsonUtil class for buildingCopyrightinstances.-
Nested classes/interfaces inherited from interface com.wrapper.spotify.model_objects.IModelObject
IModelObject.IJsonUtil<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Copyright.Builderbuilder()Create a builder for building an instance of a model object.StringgetText()Get the copyright text of theAlbum.CopyrightTypegetType()Get theCopyrightTypeof thisCopyrightobject.
-
-
-
Method Detail
-
getText
public String getText()
Get the copyright text of theAlbum.- Returns:
- The copyright text for this
Album.
-
getType
public CopyrightType getType()
Get theCopyrightTypeof thisCopyrightobject.- Returns:
- The type of copyright: C = the copyright, P = the sound recording (performance) copyright.
-
builder
public Copyright.Builder builder()
Description copied from interface:IModelObjectCreate a builder for building an instance of a model object.
The type of the builder and its methods depend on its corresponding implementation.- Returns:
- A builder object.
-
-